Add support for Italian locale

This commit is contained in:
Omar Roth 2019-02-19 17:46:31 -06:00
parent 985dd65b83
commit 6b61eefca7

View File

@ -100,6 +100,7 @@ LOCALES = {
"de" => load_locale("de"),
"en-US" => load_locale("en-US"),
"fr" => load_locale("fr"),
"it" => load_locale("it"),
"nb_NO" => load_locale("nb_NO"),
"nl" => load_locale("nl"),
"pl" => load_locale("pl"),