mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
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>
This commit is contained in:
parent
7d11d0461f
commit
e2bfb32f2c
3 changed files with 903 additions and 1 deletions
|
@ -31,6 +31,7 @@ class LanguageService {
|
|||
'ha': 'Hausa Najeriya (Nigeria)',
|
||||
'tl': 'Filipino (Tagalog)',
|
||||
'hy': 'Հայերեն (Armenian)',
|
||||
'vi': 'Tiếng Việt (Vietnamese)',
|
||||
};
|
||||
|
||||
static const Map<String, String> localeCountryCode = {
|
||||
|
@ -61,6 +62,7 @@ class LanguageService {
|
|||
'ha': 'hau',
|
||||
'tl': 'phl',
|
||||
'hy': 'arm',
|
||||
'vi': 'vnm',
|
||||
};
|
||||
|
||||
static final list = <String, String>{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue