mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-10 19:03:12 +00:00
Merge pull request 'feat: Enable more languages' (#435) from enable-languages into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/435
This commit is contained in:
commit
f10441dca1
|
@ -20,6 +20,13 @@ class Localization extends StatelessWidget {
|
|||
Locale('cs'),
|
||||
Locale('pl'),
|
||||
Locale('th'),
|
||||
Locale('az'),
|
||||
Locale('be'),
|
||||
Locale('he'),
|
||||
Locale('lv'),
|
||||
Locale('mk'),
|
||||
Locale('sk'),
|
||||
Locale('sl'),
|
||||
],
|
||||
path: 'assets/translations',
|
||||
fallbackLocale: const Locale('en'),
|
||||
|
|
Loading…
Reference in a new issue