Compare commits

...

3 Commits

Author SHA1 Message Date
Mees Frensel 4bad091eeb add fil to mobile locales 2026-06-15 16:44:46 +02:00
Mees Frensel af54c028d2 Merge branch 'main' into fix/language-selector 2026-06-15 16:42:41 +02:00
Mees Frensel 87daf9dda5 fix(web): language selector 2026-06-13 21:47:18 +02:00
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ const Map<String, Locale> locales = {
'Dutch (nl)': Locale('nl'),
'English (United Kingdom) (en_GB)': Locale('en', 'GB'),
'Estonian (et)': Locale('et'),
'Filipino (tl)': Locale('tl'),
'Filipino (fil)': Locale('fil'),
'Filipino (Tagalog) (tl)': Locale('tl'),
'Finnish (fi)': Locale('fi'),
'French (fr)': Locale('fr'),
'Galician (gl)': Locale('gl'),
+1
View File
@@ -116,6 +116,7 @@ const nonIntlNames: Record<string, string> = {
kxm: 'Khmer Surin',
mfa: 'Malay (Pattani)',
swg: 'Schwäbisch',
tl: 'Tagalog',
};
const getLanguageName = (code: string) =>