Merge pull request #740 from jitsi/add_languages

Adds new languages to the language select box
This commit is contained in:
Paweł Domas 2016-07-20 15:11:42 -05:00 committed by GitHub
commit d7c1976a52
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"
};