replace fower to four becaus tts doesnt work

This commit is contained in:
itsrubberduck
2025-09-19 09:43:01 +02:00
parent df68719374
commit 0abd7c049e

View File

@@ -3,7 +3,7 @@ export const ICAO_DIGITS: Record<string, string> = {
'1': 'wun',
'2': 'too',
'3': 'tree',
'4': 'fower',
'4': 'four',
'5': 'fife',
'6': 'six',
'7': 'seven',
@@ -117,7 +117,7 @@ const HUNDRED_WORDS: Record<number, string> = {
100: 'wun hundred',
200: 'too hundred',
300: 'tree hundred',
400: 'fower hundred',
400: 'four hundred',
500: 'five hundred',
600: 'six hundred',
700: 'seven hundred',