Add 'fr' to list of supported locales

pull/314/head
Omar Roth 6 years ago
parent f19d8f7095
commit 633ecb524e

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

Loading…
Cancel
Save