This commit is contained in:
Thibault Deckers 2023-10-14 00:50:27 +02:00
parent e7646fa0fe
commit 1d8bc20070
5 changed files with 551 additions and 856 deletions

View file

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased] ## <a id="unreleased"></a>[Unreleased]
### Added
- Vietnamese translation (thanks ngocanhtve, Le Nhut Binh)
### Changed ### Changed
- mosaic layout: clamp ratio to 32/9 - mosaic layout: clamp ratio to 32/9

View file

@ -56,6 +56,10 @@ class Contributors {
Contributor('Fabian Rennebeck', 'propago47@posteo.org'), Contributor('Fabian Rennebeck', 'propago47@posteo.org'),
Contributor('Henry The Mole', 'htmole@gmail.com'), Contributor('Henry The Mole', 'htmole@gmail.com'),
Contributor('Kryštof Černý', 'cleverline1mc@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('SAMIRAH AIL', 'samiratalzahrani@gmail.com'), // Arabic
// Contributor('Salih Ail', 'rrrfff444@gmail.com'), // Arabic // Contributor('Salih Ail', 'rrrfff444@gmail.com'), // Arabic
// Contributor('nasreddineloukriz', 'nasreddineloukriz@gmail.com'), // Arabic // Contributor('nasreddineloukriz', 'nasreddineloukriz@gmail.com'), // Arabic
@ -63,6 +67,7 @@ class Contributors {
// Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali // Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali
// Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese // Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese
// Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // 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('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew
// Contributor('Rohit Burman', 'rohitburman31p@rediffmail.com'), // Hindi // Contributor('Rohit Burman', 'rohitburman31p@rediffmail.com'), // Hindi
// Contributor('Chethan', 'chethan@users.noreply.hosted.weblate.org'), // Kannada // Contributor('Chethan', 'chethan@users.noreply.hosted.weblate.org'), // Kannada
@ -73,9 +78,9 @@ class Contributors {
// Contributor('امیر جهانگرد', 'ijahangard.a@gmail.com'), // Persian // Contributor('امیر جهانگرد', 'ijahangard.a@gmail.com'), // Persian
// Contributor('slasb37', 'p84haghi@gmail.com'), // Persian // Contributor('slasb37', 'p84haghi@gmail.com'), // Persian
// Contributor('Martin Frandel', 'martinko.fr@gmail.com'), // Slovak // Contributor('Martin Frandel', 'martinko.fr@gmail.com'), // Slovak
// Contributor('Milan Šalka', 'salka.milan@googlemail.com'), // Slovak
// Contributor('mytja', 'mamnju21@gmail.com'), // Slovenian // Contributor('mytja', 'mamnju21@gmail.com'), // Slovenian
// Contributor('Nattapong K', 'mixer5056@gmail.com'), // Thai // Contributor('Nattapong K', 'mixer5056@gmail.com'), // Thai
// Contributor('ngocanhtve', 'ngocanh.tve@gmail.com'), // Vietnamese
}; };
} }

View file

@ -63,6 +63,7 @@ class AvesApp extends StatefulWidget {
'bn', // Bengali 'bn', // Bengali
'ckb', // Kurdish (Central) 'ckb', // Kurdish (Central)
'fa', // Persian 'fa', // Persian
'fi', // Finnish
'gl', // Galician 'gl', // Galician
'he', // Hebrew 'he', // Hebrew
'hi', // Hindi 'hi', // Hindi
@ -73,7 +74,6 @@ class AvesApp extends StatefulWidget {
'sk', // Slovak 'sk', // Slovak
'sl', // Slovenian 'sl', // Slovenian
'th', // Thai 'th', // Thai
'vi', // Vietnamese
}.map(Locale.new).toSet(); }.map(Locale.new).toSet();
static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList(); static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();
static final ValueNotifier<EdgeInsets> cutoutInsetsNotifier = ValueNotifier(EdgeInsets.zero); static final ValueNotifier<EdgeInsets> cutoutInsetsNotifier = ValueNotifier(EdgeInsets.zero);

View file

@ -25,6 +25,7 @@ class SupportedLocales {
'ru': 'Русский', 'ru': 'Русский',
'tr': 'Türkçe', 'tr': 'Türkçe',
'uk': 'Українська', 'uk': 'Українська',
'vi': 'Tiếng Việt',
'zh': '简体中文', 'zh': '简体中文',
'zh_Hant': '繁體中文', 'zh_Hant': '繁體中文',
}; };

File diff suppressed because it is too large Load diff