l10n: vi
This commit is contained in:
parent
e7646fa0fe
commit
1d8bc20070
5 changed files with 551 additions and 856 deletions
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## <a id="unreleased"></a>[Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Vietnamese translation (thanks ngocanhtve, Le Nhut Binh)
|
||||
|
||||
### Changed
|
||||
|
||||
- mosaic layout: clamp ratio to 32/9
|
||||
|
|
|
@ -56,6 +56,10 @@ class Contributors {
|
|||
Contributor('Fabian Rennebeck', 'propago47@posteo.org'),
|
||||
Contributor('Henry The Mole', 'htmole@gmail.com'),
|
||||
Contributor('Kryštof Černý', 'cleverline1mc@gmail.com'),
|
||||
Contributor('marciozomb13', 'marciozomb13@outlook.com'),
|
||||
Contributor('yangyangdaji', '1504305527@qq.com'),
|
||||
Contributor('ngocanhtve', 'ngocanh.tve@gmail.com'),
|
||||
Contributor('Le Nhut Binh', 'bebinh2202@gmail.com'),
|
||||
// Contributor('SAMIRAH AIL', 'samiratalzahrani@gmail.com'), // Arabic
|
||||
// Contributor('Salih Ail', 'rrrfff444@gmail.com'), // Arabic
|
||||
// Contributor('nasreddineloukriz', 'nasreddineloukriz@gmail.com'), // Arabic
|
||||
|
@ -63,6 +67,7 @@ class Contributors {
|
|||
// Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali
|
||||
// Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese
|
||||
// Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese
|
||||
// Contributor('Åzze', 'laitinen.jere222@gmail.com'), // Finnish
|
||||
// Contributor('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew
|
||||
// Contributor('Rohit Burman', 'rohitburman31p@rediffmail.com'), // Hindi
|
||||
// Contributor('Chethan', 'chethan@users.noreply.hosted.weblate.org'), // Kannada
|
||||
|
@ -73,9 +78,9 @@ class Contributors {
|
|||
// Contributor('امیر جهانگرد', 'ijahangard.a@gmail.com'), // Persian
|
||||
// Contributor('slasb37', 'p84haghi@gmail.com'), // Persian
|
||||
// Contributor('Martin Frandel', 'martinko.fr@gmail.com'), // Slovak
|
||||
// Contributor('Milan Šalka', 'salka.milan@googlemail.com'), // Slovak
|
||||
// Contributor('mytja', 'mamnju21@gmail.com'), // Slovenian
|
||||
// Contributor('Nattapong K', 'mixer5056@gmail.com'), // Thai
|
||||
// Contributor('ngocanhtve', 'ngocanh.tve@gmail.com'), // Vietnamese
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -63,6 +63,7 @@ class AvesApp extends StatefulWidget {
|
|||
'bn', // Bengali
|
||||
'ckb', // Kurdish (Central)
|
||||
'fa', // Persian
|
||||
'fi', // Finnish
|
||||
'gl', // Galician
|
||||
'he', // Hebrew
|
||||
'hi', // Hindi
|
||||
|
@ -73,7 +74,6 @@ class AvesApp extends StatefulWidget {
|
|||
'sk', // Slovak
|
||||
'sl', // Slovenian
|
||||
'th', // Thai
|
||||
'vi', // Vietnamese
|
||||
}.map(Locale.new).toSet();
|
||||
static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();
|
||||
static final ValueNotifier<EdgeInsets> cutoutInsetsNotifier = ValueNotifier(EdgeInsets.zero);
|
||||
|
|
|
@ -25,6 +25,7 @@ class SupportedLocales {
|
|||
'ru': 'Русский',
|
||||
'tr': 'Türkçe',
|
||||
'uk': 'Українська',
|
||||
'vi': 'Tiếng Việt',
|
||||
'zh': '简体中文',
|
||||
'zh_Hant': '繁體中文',
|
||||
};
|
||||
|
|
1393
untranslated.json
1393
untranslated.json
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue