l10n
This commit is contained in:
parent
c15595887a
commit
2f5831cf4a
4 changed files with 7 additions and 4 deletions
|
@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
|
|||
### Added
|
||||
|
||||
- Albums: dynamic albums from filter sets
|
||||
- Bulgarian translation (thanks Petrov)
|
||||
- Tamil translation (thanks தமிழ்நேரம்)
|
||||
|
||||
## <a id="v1.11.19"></a>[v1.11.19] - 2024-11-24
|
||||
|
||||
|
|
|
@ -113,9 +113,11 @@ class Contributors {
|
|||
Contributor('5FeetUnder', '15950507+5FeetUnder@users.noreply.github.com'),
|
||||
Contributor('Cleverson Cândido', 'optimuspraimu@gmail.com'),
|
||||
Contributor('Hasan Kara', 'hasanbeytullahkara@gmail.com'),
|
||||
Contributor('Thomas Di Cristofaro', 'hostedweblate.8347@tdc.akamail.it'),
|
||||
Contributor('Petrov', 'i_v_c@mail.ru'),
|
||||
Contributor('தமிழ்நேரம்', 'anishprabu.t@gmail.com'),
|
||||
// Contributor('Femini', 'nizamismidov4@gmail.com'), // Azerbaijani
|
||||
// Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali
|
||||
// Contributor('Petrov', 'i_v_c@mail.ru'), // Bulgarian
|
||||
// Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese
|
||||
// Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese
|
||||
// Contributor('Grooty12', 'Rasmus@rosendahl-kaa.name'), // Danish
|
||||
|
@ -136,7 +138,6 @@ class Contributors {
|
|||
// Contributor('Prasanta-Hembram', 'Prasantahembram720@gmail.com'), // Santali
|
||||
// Contributor('Enenra', 'nnra2210@gmail.com'), // Serbian
|
||||
// Contributor('mytja', 'mamnju21@gmail.com'), // Slovenian
|
||||
// Contributor('தமிழ்நேரம்', 'anishprabu.t@gmail.com'), // Tamil
|
||||
// Contributor('Nattapong K', 'mixer5056@gmail.com'), // Thai
|
||||
};
|
||||
}
|
||||
|
|
|
@ -65,7 +65,6 @@ class AvesApp extends StatefulWidget {
|
|||
// `ckb`: add `flutter_ckb_localization` and necessary app localization delegates when ready
|
||||
static final _unsupportedLocales = {
|
||||
'az', // Azerbaijani
|
||||
'bg', // Bulgarian
|
||||
'bn', // Bengali
|
||||
'ckb', // Kurdish (Central)
|
||||
'da', // Danish
|
||||
|
@ -81,7 +80,6 @@ class AvesApp extends StatefulWidget {
|
|||
'sat', // Santali
|
||||
'sl', // Slovenian
|
||||
'sr', // Serbian
|
||||
'ta', // Tamil
|
||||
'th', // Thai
|
||||
}.map(Locale.new).toSet();
|
||||
static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();
|
||||
|
|
|
@ -5,6 +5,7 @@ class SupportedLocales {
|
|||
static const languagesByLanguageCode = {
|
||||
'ar': 'العربية',
|
||||
'be': 'Беларуская мова',
|
||||
'bg': 'Български',
|
||||
'ca': 'Català',
|
||||
'cs': 'Čeština',
|
||||
'de': 'Deutsch',
|
||||
|
@ -31,6 +32,7 @@ class SupportedLocales {
|
|||
'ru': 'Русский',
|
||||
'sk': 'Slovenčina',
|
||||
'sv': 'Svenska',
|
||||
'ta': 'தமிழ்',
|
||||
'tr': 'Türkçe',
|
||||
'uk': 'Українська',
|
||||
'vi': 'Tiếng Việt',
|
||||
|
|
Loading…
Reference in a new issue