Add support for Basque translation
This commit is contained in:
parent
f31af18aa9
commit
0eaf8f38a1
@ -97,6 +97,7 @@ LOCALES = {
|
|||||||
"ar" => load_locale("ar"),
|
"ar" => load_locale("ar"),
|
||||||
"de" => load_locale("de"),
|
"de" => load_locale("de"),
|
||||||
"en-US" => load_locale("en-US"),
|
"en-US" => load_locale("en-US"),
|
||||||
|
"eu" => load_locale("eu"),
|
||||||
"fr" => load_locale("fr"),
|
"fr" => load_locale("fr"),
|
||||||
"it" => load_locale("it"),
|
"it" => load_locale("it"),
|
||||||
"nb_NO" => load_locale("nb_NO"),
|
"nb_NO" => load_locale("nb_NO"),
|
||||||
|
Loading…
Reference in New Issue
Block a user