cake_wallet/tool/utils/translation/translation_constants.dart
Leo Pham e2bfb32f2c
Some checks are pending
Cache Dependencies / test (push) Waiting to run
Add Vietnamese Language (#1674)
* Create strings_vi.arb

Add vietnamese language

* Update language_service.dart

Add vietnamese language

* Update language_service.dart

* Update translation_constants.dart

add vietnamese

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-09-11 07:50:41 +03:00

6 lines
285 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",
"vi", "zh-cn" // zh, but Google Translate uses zh-cn for Chinese (Simplified)
];