diff options
author | creador <creador30@users.noreply.github.com> | 2015-03-02 00:48:21 +0200 |
---|---|---|
committer | creador <creador30@users.noreply.github.com> | 2015-03-02 00:48:21 +0200 |
commit | 35ca4c17402d442527c9e644726169eabc7bd7e9 (patch) | |
tree | 76ca0c6d04c68dca6890c8b3290a2c38afb90e18 /app/Model | |
parent | da425e4187e5e8e7feb9783c9d75bcaa9fa0c7ec (diff) |
Turkish translation
Added Turkish translation
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index 48640f4e..b6dd5a6e 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -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(); |