Turkish translation

Added Turkish translation
This commit is contained in:
creador
2015-03-02 00:48:21 +02:00
parent da425e4187
commit 35ca4c1740
2 changed files with 744 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ class Config extends Base
'zh_CN' => '中文(简体)',
'ja_JP' => '日本語',
'th_TH' => 'ไทย',
'tr_TR' => 'Türkçe',
);
if ($prepend) {
@@ -99,6 +100,7 @@ class Config extends Base
'zh_CN' => 'zh-cn',
'ja_JP' => 'ja',
'th_TH' => 'th',
'tr_TR' => 'tr',
);
$lang = $this->getCurrentLanguage();