Adds new languages to the language select box
This commit is contained in:
parent
855bcf8fe3
commit
39e71efb2f
|
@ -12,5 +12,11 @@ module.exports = {
|
||||||
BG: "bg",
|
BG: "bg",
|
||||||
DE: "de",
|
DE: "de",
|
||||||
TR: "tr",
|
TR: "tr",
|
||||||
FR: "fr"
|
FR: "fr",
|
||||||
};
|
ES: "es",
|
||||||
|
IT: "it",
|
||||||
|
PTBR: "ptBR",
|
||||||
|
SK: "sk",
|
||||||
|
SL: "sl",
|
||||||
|
SV: "sv"
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue