Merge pull-request #1231

This commit is contained in:
Frederic Guillot 2015-09-16 21:40:36 -04:00
commit 983ffc7d95
2 changed files with 1074 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -96,6 +96,7 @@ class Config extends Base
'zh_CN' => '中文(简体)',
'ja_JP' => '日本語',
'th_TH' => 'ไทย',
'id_ID' => 'Bahasa Indonesia',
);
if ($prepend) {
@ -135,6 +136,7 @@ class Config extends Base
'zh_CN' => 'zh-cn',
'ja_JP' => 'ja',
'th_TH' => 'th',
'id_ID' => 'id'
);
$lang = $this->getCurrentLanguage();