[auth][l10n] Added Ukrainian translation (#2806)

## Description

## Tests

Co-authored-by: stro <stro@cpan.org>
This commit is contained in:
S T
2024-08-21 21:30:39 -07:00
committed by GitHub
parent 241e69755e
commit c2e540f821
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ const List<Locale> appSupportedLocales = <Locale>[
Locale('pt', 'BR'),
Locale('ru'),
Locale('tr'),
Locale('uk'),
Locale("zh", "CN"),
];

View File

@@ -154,6 +154,8 @@ class _ItemsWidgetState extends State<ItemsWidget> {
return 'Русский';
case 'tr':
return 'Türkçe';
case 'uk':
return 'Українська';
case 'fi':
return 'Suomi';
case 'zh':