Merge pull-request #1231
This commit is contained in:
1072
app/Locale/id_ID/translations.php
Normal file
1072
app/Locale/id_ID/translations.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -96,6 +96,7 @@ class Config extends Base
|
|||||||
'zh_CN' => '中文(简体)',
|
'zh_CN' => '中文(简体)',
|
||||||
'ja_JP' => '日本語',
|
'ja_JP' => '日本語',
|
||||||
'th_TH' => 'ไทย',
|
'th_TH' => 'ไทย',
|
||||||
|
'id_ID' => 'Bahasa Indonesia',
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($prepend) {
|
if ($prepend) {
|
||||||
@@ -135,6 +136,7 @@ class Config extends Base
|
|||||||
'zh_CN' => 'zh-cn',
|
'zh_CN' => 'zh-cn',
|
||||||
'ja_JP' => 'ja',
|
'ja_JP' => 'ja',
|
||||||
'th_TH' => 'th',
|
'th_TH' => 'th',
|
||||||
|
'id_ID' => 'id'
|
||||||
);
|
);
|
||||||
|
|
||||||
$lang = $this->getCurrentLanguage();
|
$lang = $this->getCurrentLanguage();
|
||||||
|
|||||||
Reference in New Issue
Block a user