Skip to content

Commit

Permalink
Add support for Icelandic translation
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed Jul 13, 2019
1 parent 5b2480f commit fea20ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
17 changes: 1 addition & 16 deletions locales/is.json
@@ -1,7 +1,5 @@
{
"`x` subscribers.(\\D|^)1(\\D|$)": "",
"`x` subscribers.": "`x` áskrifandar.",
"`x` videos.(\\D|^)1(\\D|$)": "",
"`x` videos.": "`x` myndbönd.",
"LIVE": "BEINT",
"Shared `x` ago": "Deilt `x` síðan",
Expand Down Expand Up @@ -110,15 +108,12 @@
"Subscription manager": "",
"Token manager": "",
"Token": "",
"`x` subscriptions.(\\D|^)1(\\D|$)": "",
"`x` subscriptions.": "",
"`x` tokens.(\\D|^)1(\\D|$)": "",
"`x` tokens.": "",
"Import/export": "",
"unsubscribe": "",
"revoke": "",
"Subscriptions": "",
"`x` unseen notifications.(\\D|^)1(\\D|$)": "",
"`x` unseen notifications.": "",
"search": "",
"Log out": "",
Expand All @@ -139,7 +134,6 @@
"Whitelisted regions: ": "",
"Blacklisted regions: ": "",
"Shared `x`": "",
"`x` views.(\\D|^)1(\\D|$)": "",
"`x` views.": "",
"Premieres in `x`": "",
"Premieres `x`": "",
Expand Down Expand Up @@ -171,11 +165,9 @@
"This channel does not exist.": "",
"Could not get channel info.": "",
"Could not fetch comments": "",
"View `x` replies.(\\D|^)1(\\D|$)": "",
"View `x` replies.": "",
"`x` ago": "",
"Load more": "",
"`x` points.(\\D|^)1(\\D|$)": "",
"`x` points.": "",
"Could not create mix.": "",
"Empty playlist": "",
Expand Down Expand Up @@ -294,19 +286,12 @@
"Yiddish": "",
"Yoruba": "",
"Zulu": "",
"`x` years.(\\D|^)1(\\D|$)": "",
"`x` years.": "",
"`x` months.(\\D|^)1(\\D|$)": "",
"`x` months.": "",
"`x` weeks.(\\D|^)1(\\D|$)": "",
"`x` weeks.": "",
"`x` days.(\\D|^)1(\\D|$)": "",
"`x` days.": "",
"`x` hours.(\\D|^)1(\\D|$)": "",
"`x` hours.": "",
"`x` minutes.(\\D|^)1(\\D|$)": "",
"`x` minutes.": "",
"`x` seconds.(\\D|^)1(\\D|$)": "",
"`x` seconds.": "",
"Fallback comments: ": "",
"Popular": "",
Expand All @@ -331,4 +316,4 @@
"Videos": "",
"Playlists": "",
"Current version: ": ""
}
}
1 change: 1 addition & 0 deletions src/invidious.cr
Expand Up @@ -80,6 +80,7 @@ LOCALES = {
"es" => load_locale("es"),
"eu" => load_locale("eu"),
"fr" => load_locale("fr"),
"is" => load_locale("is"),
"it" => load_locale("it"),
"nb_NO" => load_locale("nb_NO"),
"nl" => load_locale("nl"),
Expand Down

0 comments on commit fea20ea

Please sign in to comment.