feat: add pt, ja, ru, pl, da, nb translations

This commit is contained in:
edde746
2026-03-06 22:34:45 +01:00
parent beff4f9ca0
commit 66628e1bca
14 changed files with 17865 additions and 3 deletions
+12
View File
@@ -1620,6 +1620,18 @@ class _SettingsScreenState extends State<SettingsScreen> with FocusableTab {
return '한국어';
case AppLocale.es:
return 'Español';
case AppLocale.pt:
return 'Português';
case AppLocale.ja:
return '日本語';
case AppLocale.ru:
return 'Русский';
case AppLocale.pl:
return 'Polski';
case AppLocale.da:
return 'Dansk';
case AppLocale.nb:
return 'Norsk bokmål';
}
}