From d00a3722b46314c927ba392a31fe4ff5ebc5c0b5 Mon Sep 17 00:00:00 2001 From: Kevin Suo Date: Fri, 5 Dec 2014 12:48:48 +0800 Subject: fdo#83752: date-time cell becomes text string when editing, zh_CN locale In the locale data xml file, formatindex 47 is used for date-and-time editing. If the format code does not match the defined date/time separators, it will cause the cell value to be treated as string text (rather than a date time value). Change-Id: I75a59d943d832f28a0a6153a17e6f671e5328abd Reviewed-on: https://gerrit.libreoffice.org/13306 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- i18npool/source/localedata/data/zh_CN.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool/source') diff --git a/i18npool/source/localedata/data/zh_CN.xml b/i18npool/source/localedata/data/zh_CN.xml index 8fc15decb21d..6cd587986b10 100644 --- a/i18npool/source/localedata/data/zh_CN.xml +++ b/i18npool/source/localedata/data/zh_CN.xml @@ -225,7 +225,7 @@ YYYY"年"MM"月"D"日"HH"时"MM"分"SS"秒" - YY"年"M"月"D"日"HH"时"MM"分" + YYYY/MM/DD HH:MM:SS M/D/YY HH:MM -- cgit