it const name was lowercase
This commit is contained in:
Henrik Sozzi 2023-10-31 19:17:56 +01:00
parent c47e38debe
commit c6aa472bf8

View File

@ -19,7 +19,7 @@ class L10n {
const Locale("fa", "IR"),
const Locale('fr', 'FR'),
const Locale('hi', 'IN'),
const locale('it', 'IT'),
const Locale('it', 'IT'),
const Locale('ja', 'JP'),
const Locale('zh', 'CN'),
const Locale('pl', 'PL'),