Fixed timestamp text corruption when language setting is Japanese.

This commit is contained in:
Junichi Satoh 2016-11-24 11:38:28 +09:00
parent e8a466aaf7
commit 70f609b204
1 changed files with 1 additions and 1 deletions

View File

@ -2653,7 +2653,7 @@ function pandora_setlocale() {
'el' => 'el_GR',
'ru' => 'ru_RU',
'ar' => 'ar_MA',
'ja' => 'ja_JP',
'ja' => 'ja_JP.UTF-8',
'zh_CN' => 'zh_CN',
);