Skip to content

Commit

Permalink
Added missing unofficial label to the new ukrainian lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Dec 5, 2022
1 parent 035eb0b commit d8cac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/shared/extensions/i18n_extensions.dart
Expand Up @@ -45,7 +45,7 @@ extension I18nExtensions on S {
case AppLanguageType.thai:
return 'ภาษาไทย';
case AppLanguageType.ukrainian:
return 'Українська';
return 'Українська ($unofficial)';
default:
throw Exception('The provided app lang = $lang is not valid');
}
Expand Down

0 comments on commit d8cac3b

Please sign in to comment.