mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Add 'fr' to list of supported locales
This commit is contained in:
parent
f19d8f7095
commit
633ecb524e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue