mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
6 lines
273 B
Dart
6 lines
273 B
Dart
const defaultLang = "en";
|
|
const langs = [
|
|
"ar", "bg", "cs", "de", "en", "es", "fr", "ha", "hi", "hr", "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)
|
|
];
|