summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2021-07-03 21:50:29 +0200
committerEike Rathke <erack@redhat.com>2021-07-03 23:49:02 +0200
commit57bd9a60757a5a5d222d6e992e7f38cb3cea4bf6 (patch)
tree8616d0aec0b4666b0911454112df62d8fe7bb5fd /i18npool/source/localedata
parent0f9b36439e33f34ac10e3ec43722e9d5c2c702e0 (diff)
Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DD
Otherwise CppunitTest_sw_odfimport testDateFormFormats fails with - Expected: Wednesday, March 4, 2020 - Actual : Wednesday, March 04, 2020 if DateFormatter uses number formatter. This is also what https://www.localeplanet.com/icu/en-US/index.html lists for Date.0 and formatindex="30" has as well. This makes adapting CppunitTest_svl_qa_cppunit testNumberFormat necessary. Change-Id: I1c8cfd954f34f742b0397b8f922d22eb11ae19f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118361 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'i18npool/source/localedata')
-rw-r--r--i18npool/source/localedata/data/en_US.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/data/en_US.xml b/i18npool/source/localedata/data/en_US.xml
index bed196f3cee7..a96750aab17d 100644
--- a/i18npool/source/localedata/data/en_US.xml
+++ b/i18npool/source/localedata/data/en_US.xml
@@ -120,7 +120,7 @@
<FormatCode>M/D/YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey9" default="true" type="long" usage="DATE" formatindex="19">
- <FormatCode>NNNNMMMM DD, YYYY</FormatCode>
+ <FormatCode>NNNNMMMM D, YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey8" default="true" type="medium" usage="DATE" formatindex="20">
<FormatCode>MM/DD/YY</FormatCode>