Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: locale - fix the dvb / locale table (added missing languages)
  • Loading branch information
perexg committed Jun 28, 2015
1 parent e4fc4ec commit fe3e53f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/tvh_locale.c
Expand Up @@ -223,15 +223,23 @@ const char *tvh_gettext_lang(const char *lang, const char *s)
void tvh_gettext_init(void)
{
static const char *tbl[] = {
"bul", "bg",
"cze", "cs",
"ger", "de",
"eng", "en",
"eng_US", "en",
"eng_GB", "en_GB",
"ger", "de",
"eng_US", "en",
"spa", "es",
"per", "fa",
"fre", "fr",
"cze", "cs",
"pol", "pl",
"bul", "bg",
"heb", "he",
"hrv", "hr",
"hun", "hu",
"ita", "it",
"dut", "nl",
"por", "pt",
"srp", "sr",
"swe", "sv",
NULL, NULL
};
Expand Down

0 comments on commit fe3e53f

Please sign in to comment.