Skip to content

Commit bc59799

Browse files
authored
Merge branch 'main' into crazyhouse
2 parents e78b056 + 52127fe commit bc59799

28 files changed

+8530
-133
lines changed

lib/l10n/app_uz.arb

Lines changed: 1581 additions & 0 deletions
Large diffs are not rendered by default.

lib/l10n/l10n.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ import 'l10n_sr.dart';
5353
import 'l10n_sv.dart';
5454
import 'l10n_tr.dart';
5555
import 'l10n_uk.dart';
56+
import 'l10n_uz.dart';
5657
import 'l10n_vi.dart';
5758
import 'l10n_zh.dart';
5859

@@ -189,6 +190,7 @@ abstract class AppLocalizations {
189190
Locale('sv'),
190191
Locale('tr'),
191192
Locale('uk'),
193+
Locale('uz'),
192194
Locale('vi'),
193195
Locale('zh'),
194196
Locale('zh', 'TW')
@@ -11040,7 +11042,7 @@ class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations>
1104011042
}
1104111043

1104211044
@override
11043-
bool isSupported(Locale locale) => <String>['af', 'ar', 'az', 'be', 'bg', 'bn', 'bs', 'ca', 'cs', 'da', 'de', 'el', 'en', 'eo', 'es', 'et', 'eu', 'fa', 'fi', 'fr', 'gl', 'gsw', 'he', 'hi', 'hr', 'hu', 'hy', 'id', 'it', 'ja', 'kk', 'ko', 'lt', 'lv', 'mk', 'nb', 'nl', 'pl', 'pt', 'ro', 'ru', 'sk', 'sl', 'sq', 'sr', 'sv', 'tr', 'uk', 'vi', 'zh'].contains(locale.languageCode);
11045+
bool isSupported(Locale locale) => <String>['af', 'ar', 'az', 'be', 'bg', 'bn', 'bs', 'ca', 'cs', 'da', 'de', 'el', 'en', 'eo', 'es', 'et', 'eu', 'fa', 'fi', 'fr', 'gl', 'gsw', 'he', 'hi', 'hr', 'hu', 'hy', 'id', 'it', 'ja', 'kk', 'ko', 'lt', 'lv', 'mk', 'nb', 'nl', 'pl', 'pt', 'ro', 'ru', 'sk', 'sl', 'sq', 'sr', 'sv', 'tr', 'uk', 'uz', 'vi', 'zh'].contains(locale.languageCode);
1104411046

1104511047
@override
1104611048
bool shouldReload(_AppLocalizationsDelegate old) => false;
@@ -11120,6 +11122,7 @@ AppLocalizations lookupAppLocalizations(Locale locale) {
1112011122
case 'sv': return AppLocalizationsSv();
1112111123
case 'tr': return AppLocalizationsTr();
1112211124
case 'uk': return AppLocalizationsUk();
11125+
case 'uz': return AppLocalizationsUz();
1112311126
case 'vi': return AppLocalizationsVi();
1112411127
case 'zh': return AppLocalizationsZh();
1112511128
}

0 commit comments

Comments
 (0)