You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In English this works perfect, but in German, the zero is always added to the tens (compared with English it would be "twenty-zero" instead of just "zwenty")
I've added some further tests to validate this and you see 21..29 are OK (20 is commented on purpose, to let the test fail at earliest on 30) but 30 results in "nullunddreißig" (thirty-zero) instead of "dreißig" (thirty)
In English this works perfect, but in German, the zero is always added to the tens (compared with English it would be "twenty-zero" instead of just "zwenty")
I've added some further tests to validate this and you see 21..29 are OK (20 is commented on purpose, to let the test fail at earliest on 30) but 30 results in "nullunddreißig" (thirty-zero) instead of "dreißig" (thirty)
The text was updated successfully, but these errors were encountered: