cake_wallet/tool/utils/translation/translation_constants.dart
OmarHatem 47ca649060
Some checks are pending
Cache Dependencies / test (push) Waiting to run
update translations
2024-08-22 03:55:23 +03:00

6 lines
279 B
Dart

const defaultLang = "en";
const langs = [
"ar", "bg", "cs", "de", "en", "es", "fr", "ha", "hi", "hr", "hy", "id", "it",
"ja", "ko", "my", "nl", "pl", "pt", "ru", "th", "tl", "tr", "uk", "ur", "yo",
"zh-cn" // zh, but Google Translate uses zh-cn for Chinese (Simplified)
];