Samuel Thibault
0127aea5c9
Fix long numbers
nvda happened to be speaking 3647 because strtoi was actually
overflowing. Better make sure to have proper ascii to number translation
before continuing.
Fixes #1385
2 years ago
Sergei B
77fff15822
Belarusian: added tests
added tests to:
- language-numbers-cardinal.test
- tests/language-phonemes.test
- tests/language-pronunciation.test
2 years ago
Valdis Vitolins
842cd3e25e
Replace test_phonemes(), test_phonemes1() and test_dict() with single test_phon()
4 years ago
Valdis Vitolins
6fcb110b83
Move MESSAGE argument as 4th, to make arguments similar to other functions
4 years ago
Valdis Vitolins
ec552d2566
Move common functions into common script
4 years ago
Valdis Vitolins
3a9de7ae73
lv: add names for numbers up to 10^30
4 years ago
Reece H. Dunn
273b8e2a1f
en: support numbers upto a hundred nonillion
7 years ago
Reece H. Dunn
0b4896fd7c
en: add tests for cardinal and ordinal numbers
7 years ago