mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed timestamp text corruption when language setting is Japanese.
(cherry picked from commit 70f609b20440d3c2372908fef48f0b8f5637370a)
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…
x
Reference in New Issue
Block a user