feat(mobile): add catalan i18n (#16616)

* feat(mobile): Add Catalan

* refactor

* fix: load correct file

* chore: remove unused language files
This commit is contained in:
Alex 2025-03-05 11:47:31 -06:00 committed by GitHub
parent 9b82617e22
commit 3e50f668d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 273 additions and 82 deletions

View file

@ -5,7 +5,7 @@ const Map<String, Locale> locales = {
'English (en_US)': Locale('en', 'US'),
// Additional locales
'Arabic (ar_JO)': Locale('ar', 'JO'),
'Catalan (ca_CA)': Locale('ca', 'CA'),
'Catalan (ca)': Locale('ca'),
'Chinese (zh_CN)': Locale('zh', 'CN'),
'Chinese Simplified (zh_Hans)': Locale('zh', 'Hans'),
'Chinese TW (zh_TW)': Locale('zh', 'TW'),