Update l10n.dart

This commit is contained in:
Eren İnce 2023-11-14 12:46:51 +03:00 committed by GitHub
parent 7e1390afc3
commit bd6c784175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ class L10n {
const Locale('pl', 'PL'), const Locale('pl', 'PL'),
const Locale('ru', 'RU'), const Locale('ru', 'RU'),
const Locale('pt', 'PT'), const Locale('pt', 'PT'),
const Locale('tr', 'TR'),
const Locale('uk', 'UA'), const Locale('uk', 'UA'),
const Locale('ar', 'SA'), const Locale('ar', 'SA'),
]; ];