mirror of
https://github.com/iv-org/invidious.git
synced 2024-08-30 18:23:25 +00:00
Add support for Romanian locale
This commit is contained in:
parent
4d22b43d65
commit
1499ce43bf
@ -1,5 +1,4 @@
|
||||
{
|
||||
|
||||
"`x` subscribers": "`x` abonați",
|
||||
"`x` videos": "`x` videoclipuri",
|
||||
"`x` playlists": "`x` liste de redare",
|
||||
|
@ -87,6 +87,7 @@ LOCALES = {
|
||||
"nb_NO" => load_locale("nb_NO"),
|
||||
"nl" => load_locale("nl"),
|
||||
"pl" => load_locale("pl"),
|
||||
"ro" => load_locale("ro"),
|
||||
"ru" => load_locale("ru"),
|
||||
"tr" => load_locale("tr"),
|
||||
"uk" => load_locale("uk"),
|
||||
|
Loading…
Reference in New Issue
Block a user