summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-12-08 21:17:54 -0800
committerAndrew Dolgov <[email protected]>2013-12-08 21:17:54 -0800
commit62959486caaa7019bc4e9b86abf55c67fa59b161 (patch)
tree601144a433890c37f70528ee2e145585ac29c133 /include
parent11aa65e1e1be82a4b8f67192938fe4f0cdaab407 (diff)
parent42a5abdce232493aea08e497ef79d0d8395b5f21 (diff)
Merge pull request #332 from akapar/master
Added Turkish translation
Diffstat (limited to 'include')
-rw-r--r--include/functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index f7e910ad3..cf9b0510f 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -80,7 +80,8 @@
"pt_BR" => "Portuguese/Brazil",
"zh_CN" => "Simplified Chinese",
"sv_SE" => "Svenska",
- "fi_FI" => "Suomi");
+ "fi_FI" => "Suomi",
+ "tr_TR" => "Türkçe");
return $tr;
}