Fixed locale

This commit is contained in:
Yuri V 2023-09-21 00:36:16 +03:00 committed by GitHub
parent 6f92f603ac
commit 19b0f71911
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('pl', 'PL'),
const Locale('ru', 'RU'), const Locale('ru', 'RU'),
const Locale('pt', 'PT'), const Locale('pt', 'PT'),
const Locale('ua', 'UA'), const Locale('uk', 'UK'),
]; ];
} }