Hyphenate spelled out numbers from 11 through 99

This commit is contained in:
Domenic Denicola 2020-11-23 18:35:10 -05:00
commit 16ef1836da
2 changed files with 11 additions and 5 deletions

View file

@ -787,10 +787,6 @@
"before": "Walk or-",
"after": "Walk or—"
},
{
"before": "twenty six years",
"after": "twenty-six years"
},
{
"before": "<em>here? Now?</em>",
"after": "<em>here</em>? <em>Now</em>?"
@ -1886,7 +1882,7 @@
"after": "my candy</em>"
},
{
"before": "Thirty Nine point",
"before": "Thirty-Nine point",
"after": "Thirty-nine point"
},
{
@ -3516,6 +3512,10 @@
{
"before": "a burst of alarm</em>.",
"after": "a burst of alarm.</em>"
},
{
"before": "Up from Eighty-three point four percent",
"after": "Up from eighty-three point four percent"
}
],
"https://parahumans.wordpress.com/2013/07/23/sting-26-3/": [