mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add nb_NO to supported locales
This commit is contained in:
parent
29db4c2301
commit
db7457f135
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ LOCALES = {
|
||||||
"ar" => load_locale("ar"),
|
"ar" => load_locale("ar"),
|
||||||
"de" => load_locale("de"),
|
"de" => load_locale("de"),
|
||||||
"en-US" => load_locale("en-US"),
|
"en-US" => load_locale("en-US"),
|
||||||
|
"nb_NO" => load_locale("nb_NO"),
|
||||||
"nl" => load_locale("nl"),
|
"nl" => load_locale("nl"),
|
||||||
"pl" => load_locale("pl"),
|
"pl" => load_locale("pl"),
|
||||||
"ru" => load_locale("ru"),
|
"ru" => load_locale("ru"),
|
||||||
|
|
Loading…
Reference in a new issue