Adds turkish language.

This commit is contained in:
hristoterezov 2015-03-10 17:24:27 +02:00
parent deb68dd420
commit 16fdd59617
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,6 @@
{
"en": "English",
"bg": "Bulgarian",
"de": "German"
"de": "German",
"tr": "Turkish"
}

View File

@ -26498,7 +26498,8 @@ module.exports = {
},
EN: "en",
BG: "bg",
DE: "de"
DE: "de",
TR: "tr"
}
},{}],96:[function(require,module,exports){
var XMPPEvents = {

View File

@ -10,5 +10,6 @@ module.exports = {
},
EN: "en",
BG: "bg",
DE: "de"
DE: "de",
TR: "tr"
}