diff options
author | Eike Rathke <erack@redhat.com> | 2019-08-15 12:40:09 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2019-08-15 14:25:59 +0200 |
commit | add2f2e9185a759847f3ccabc2d0cb04306eca85 (patch) | |
tree | e572f17aca21b1a0b2319e2134e6b0bc864ea803 /i18npool/source | |
parent | 5a526f9196a8aeb527a2fc6d7c081812770c28be (diff) |
Related: tdf#126931 abbreviated month names should be three letters
Change-Id: I8d0d54bb70394f9e505d357b1f87aa47ef4d60fe
Reviewed-on: https://gerrit.libreoffice.org/77505
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/localedata/data/hsb_DE.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/data/hsb_DE.xml b/i18npool/source/localedata/data/hsb_DE.xml index 22f446f6b699..92e4eaeb01d7 100644 --- a/i18npool/source/localedata/data/hsb_DE.xml +++ b/i18npool/source/localedata/data/hsb_DE.xml @@ -267,7 +267,7 @@ </Month> <Month> <MonthID>mar</MonthID> - <DefaultAbbrvName>měrc</DefaultAbbrvName> + <DefaultAbbrvName>měr</DefaultAbbrvName> <DefaultFullName>měrc</DefaultFullName> </Month> <Month> @@ -277,7 +277,7 @@ </Month> <Month> <MonthID>may</MonthID> - <DefaultAbbrvName>meja</DefaultAbbrvName> + <DefaultAbbrvName>mej</DefaultAbbrvName> <DefaultFullName>meja</DefaultFullName> </Month> <Month> @@ -329,7 +329,7 @@ </Month> <Month> <MonthID>mar</MonthID> - <DefaultAbbrvName>měrc</DefaultAbbrvName> + <DefaultAbbrvName>měr</DefaultAbbrvName> <DefaultFullName>měrca</DefaultFullName> </Month> <Month> @@ -339,7 +339,7 @@ </Month> <Month> <MonthID>may</MonthID> - <DefaultAbbrvName>meja</DefaultAbbrvName> + <DefaultAbbrvName>mej</DefaultAbbrvName> <DefaultFullName>meja</DefaultFullName> </Month> <Month> |