Add support for Romanian locale

pull/925/head
Omar Roth 5 years ago
parent 4d22b43d65
commit 1499ce43bf
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -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…
Cancel
Save