it-tools/src/tools/text-to-nato-alphabet/text-to-nato-alphabet.constants.ts
sharevb 1b1be10762 feat(Text to NATO): add other languages, upper/lower and other
Add support for many languages and countries ((International), (France), (Belgium), (Switzerland), (Québec), (Germany, 2022), (Austria), (Germany, informal, 2022), (Netherlands), Italian, Spanish, (Brazil), (Portugal), Swedish, Danish, Norwegian, Finnish, Turkish, Romanian, Czech, Yugoslav, Serbian, Slovene, Russian, Korean, Greek, Japanese)
Handle uppercase/lowercase and some punctuations
Fix #794
2024-04-07 23:09:11 +02:00

30 lines
452 B
TypeScript

export const allLanguagesAndCountries = [
'(International)',
'(France)',
'(Belgium)',
'(Switzerland)',
'(Québec)',
'(Germany, 2022)',
'(Austria)',
'(Germany, informal, 2022)',
'(Netherlands)',
'Italian',
'Spanish',
'(Brazil)',
'(Portugal)',
'Swedish',
'Danish',
'Norwegian',
'Finnish',
'Turkish',
'Romanian',
'Czech',
'Yugoslav',
'Serbian',
'Slovene',
'Russian',
'Korean',
'Greek',
'Japanese',
];