cake_wallet/tool/utils/translation/translation_constants.dart

7 lines
285 B
Dart
Raw Permalink Normal View History

const defaultLang = "en";
const langs = [
2024-08-22 00:55:23 +00:00
"ar", "bg", "cs", "de", "en", "es", "fr", "ha", "hi", "hr", "hy", "id", "it",
2023-09-22 13:56:50 +00:00
"ja", "ko", "my", "nl", "pl", "pt", "ru", "th", "tl", "tr", "uk", "ur", "yo",
"vi", "zh-cn" // zh, but Google Translate uses zh-cn for Chinese (Simplified)
];