Add support for Basque translation

This commit is contained in:
Omar Roth 2019-03-01 19:24:53 -06:00
parent f31af18aa9
commit 0eaf8f38a1
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ LOCALES = {
"ar" => load_locale("ar"),
"de" => load_locale("de"),
"en-US" => load_locale("en-US"),
"eu" => load_locale("eu"),
"fr" => load_locale("fr"),
"it" => load_locale("it"),
"nb_NO" => load_locale("nb_NO"),