Fixed timestamp text corruption when language setting is Japanese.
This commit is contained in:
parent
e8a466aaf7
commit
70f609b204
|
@ -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',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue