mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +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('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