feat(mobile): Add Slovenian (#6558)

This commit is contained in:
Alex 2024-01-21 16:27:54 -06:00 committed by GitHub
parent 607fd39130
commit b34a808fbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 481 additions and 0 deletions

View file

@ -37,6 +37,7 @@ const List<Locale> locales = [
Locale('lv', 'LV'),
Locale('zh', 'Hans'),
Locale('th', 'TH'),
Locale('sl', 'SI'),
];
const String translationsPath = 'assets/i18n';