Add nb_NO to supported locales

This commit is contained in:
Omar Roth 2018-12-26 09:29:12 -06:00
parent 29db4c2301
commit db7457f135
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ LOCALES = {
"ar" => load_locale("ar"),
"de" => load_locale("de"),
"en-US" => load_locale("en-US"),
"nb_NO" => load_locale("nb_NO"),
"nl" => load_locale("nl"),
"pl" => load_locale("pl"),
"ru" => load_locale("ru"),