mirror of https://github.com/iv-org/invidious.git
Merge pull request #1727 from TheFrenchGhosty/finish-translation
Enable the Finish translation since it's now translated at more than 80%
This commit is contained in:
commit
f1d7644184
|
@ -82,6 +82,7 @@ LOCALES = {
|
||||||
"eo" => load_locale("eo"),
|
"eo" => load_locale("eo"),
|
||||||
"es" => load_locale("es"),
|
"es" => load_locale("es"),
|
||||||
"fa" => load_locale("fa"),
|
"fa" => load_locale("fa"),
|
||||||
|
"fi" => load_locale("fi"),
|
||||||
"fr" => load_locale("fr"),
|
"fr" => load_locale("fr"),
|
||||||
"hr" => load_locale("hr"),
|
"hr" => load_locale("hr"),
|
||||||
"is" => load_locale("is"),
|
"is" => load_locale("is"),
|
||||||
|
|
Loading…
Reference in New Issue