[Libreoffice-commits] core.git: i18npool/source
Eike Rathke (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 5 22:40:56 UTC 2021
i18npool/source/localedata/data/en_HK.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 581ac7e27ae6f8faf197c4f6962e05e9bed37351
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Wed May 5 22:31:46 2021 +0200
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Thu May 6 00:40:12 2021 +0200
Derive en_HK calendar from en_US instead of en_GB
Reason is that en_US start day of week is Sunday and en_GB is to
be changed to Monday but en_HK is to be kept on Sunday.
See also https://lh.2xlibre.net/locale/en_HK/ that does not
override First day of week (first_weekday).
Change-Id: I7f1b4059a23c8a6cdf6e30a3a6d18e2b911f4974
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115159
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack at redhat.com>
diff --git a/i18npool/source/localedata/data/en_HK.xml b/i18npool/source/localedata/data/en_HK.xml
index e0d913b912ac..ec8d53fb4b6b 100644
--- a/i18npool/source/localedata/data/en_HK.xml
+++ b/i18npool/source/localedata/data/en_HK.xml
@@ -24,7 +24,7 @@
<LC_COLLATION ref="en_GB" />
<LC_SEARCH ref="en_GB" />
<LC_INDEX ref="en_GB" />
- <LC_CALENDAR ref="en_GB" />
+ <LC_CALENDAR ref="en_US" />
<LC_CURRENCY ref="zh_HK" />
<LC_TRANSLITERATION ref="en_GB" />
<LC_MISC ref="en_GB" />
More information about the Libreoffice-commits
mailing list