From 35ca4c17402d442527c9e644726169eabc7bd7e9 Mon Sep 17 00:00:00 2001
From: creador <creador30@users.noreply.github.com>
Date: Mon, 2 Mar 2015 00:48:21 +0200
Subject: Turkish translation

Added Turkish translation
---
 app/Model/Config.php | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'app/Model')

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();
-- 
cgit v1.2.3