mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-10 19:03:12 +00:00
chore(i18l): Disable Kazakh due to poor translation quality
This commit is contained in:
parent
ef8ca84263
commit
d6cc90354f
|
@ -24,7 +24,8 @@ class Localization extends StatelessWidget {
|
||||||
Locale('fr'),
|
Locale('fr'),
|
||||||
Locale('he'),
|
Locale('he'),
|
||||||
Locale('ja'),
|
Locale('ja'),
|
||||||
Locale('kk'),
|
// Disabled due to poor translation quality
|
||||||
|
// Locale('kk'),
|
||||||
Locale('lv'),
|
Locale('lv'),
|
||||||
Locale('mk'),
|
Locale('mk'),
|
||||||
Locale('pl'),
|
Locale('pl'),
|
||||||
|
|
Loading…
Reference in a new issue