Fixed timestamp text corruption when language setting is Japanese.
(cherry picked from commit 70f609b204
)
This commit is contained in:
parent
3c42902f2a
commit
a4ebffaa6b
|
@ -2645,7 +2645,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