mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-06 01:06:28 +08:00
replace fower to four becaus tts doesnt work
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user