mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 17:39:42 +00:00
feat: Enable more languages
This commit is contained in:
parent
1ee02b7433
commit
82a6f79a35
|
@ -20,6 +20,13 @@ class Localization extends StatelessWidget {
|
||||||
Locale('cs'),
|
Locale('cs'),
|
||||||
Locale('pl'),
|
Locale('pl'),
|
||||||
Locale('th'),
|
Locale('th'),
|
||||||
|
Locale('az'),
|
||||||
|
Locale('be'),
|
||||||
|
Locale('he'),
|
||||||
|
Locale('lv'),
|
||||||
|
Locale('mk'),
|
||||||
|
Locale('sk'),
|
||||||
|
Locale('sl'),
|
||||||
],
|
],
|
||||||
path: 'assets/translations',
|
path: 'assets/translations',
|
||||||
fallbackLocale: const Locale('en'),
|
fallbackLocale: const Locale('en'),
|
||||||
|
|
Loading…
Reference in a new issue