Update l10n.dart

fix UK -> UA
This commit is contained in:
Yuri V 2023-09-21 11:39:57 +03:00 committed by GitHub
parent 2398ac3920
commit d388ffb77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,6 @@ class L10n {
const Locale('pl', 'PL'),
const Locale('ru', 'RU'),
const Locale('pt', 'PT'),
const Locale('uk', 'UK'),
const Locale('uk', 'UA'),
];
}