Adds new languages to the language select box

This commit is contained in:
hristoterezov 2016-07-20 15:04:14 -05:00
parent 855bcf8fe3
commit 39e71efb2f
1 changed files with 8 additions and 2 deletions

View File

@ -12,5 +12,11 @@ module.exports = {
BG: "bg",
DE: "de",
TR: "tr",
FR: "fr"
};
FR: "fr",
ES: "es",
IT: "it",
PTBR: "ptBR",
SK: "sk",
SL: "sl",
SV: "sv"
};