Match enabled languages to available languages

This commit is contained in:
Ingo Bauersachs 2016-09-26 21:34:46 +02:00 committed by GitHub
parent bcee2a207d
commit e94bf73cc3
1 changed files with 6 additions and 3 deletions

View File

@ -9,16 +9,19 @@ module.exports = {
return languages;
},
EN: "en",
BG: "bg",
DE: "de",
TR: "tr",
FR: "fr",
ES: "es",
FR: "fr",
HY: "hy",
IT: "it",
OC: "oc",
PL: "pl",
PTBR: "ptBR",
RU: "ru",
SK: "sk",
SL: "sl",
SV: "sv"
SV: "sv",
TR: "tr"
};