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:
Leo Pham 2024-09-11 11:50:41 +07:00 committed by GitHub
parent 7d11d0461f
commit e2bfb32f2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 903 additions and 1 deletions

View file

@ -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>{};