summaryrefslogtreecommitdiff
path: root/app/Model/Config.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-24 22:17:32 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-24 22:17:32 -0400
commitf8a25a1550987f21590e861d7de36908b3b135b5 (patch)
treeaea693a2232184efa9f526775023914fc6a3c726 /app/Model/Config.php
parent25ac5eaedaa5cf55effc7b52f53c5f2a62a9e2c3 (diff)
Add Thai translation (pull-request #353)
Diffstat (limited to 'app/Model/Config.php')
-rw-r--r--app/Model/Config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php
index 066d3993..1ad6dbd4 100644
--- a/app/Model/Config.php
+++ b/app/Model/Config.php
@@ -58,6 +58,7 @@ class Config extends Base
'sv_SE' => 'Svenska',
'zh_CN' => '中文(简体)',
'ja_JP' => '日本語',
+ 'th_TH' => 'ไทย',
);
}