diff options
author | Eike Rathke <erack@redhat.com> | 2021-08-02 22:16:44 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-08-03 01:11:32 +0200 |
commit | 400a44f9ac7792ffe3665f70507324e4a64dca2b (patch) | |
tree | 4d8311077a8a00bb68f0e0b3040dff67257ddf6e /i18npool | |
parent | 4961dbaecc9e5cac57d99d2ea9d265a90daa4a8b (diff) |
Related: tdf#143664 Change {de-*} March "Mrz" to "Mär"
Change-Id: Id4a4ebe432bf5badae96eadb723336648d2ce690
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119917
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/de_DE.xml | 2 | ||||
-rw-r--r-- | i18npool/source/localedata/data/de_LU.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/localedata/data/de_DE.xml b/i18npool/source/localedata/data/de_DE.xml index 6eb8307d3c13..95f07a1e14ed 100644 --- a/i18npool/source/localedata/data/de_DE.xml +++ b/i18npool/source/localedata/data/de_DE.xml @@ -266,7 +266,7 @@ </Month> <Month> <MonthID>mar</MonthID> - <DefaultAbbrvName>Mrz</DefaultAbbrvName> + <DefaultAbbrvName>Mär</DefaultAbbrvName> <DefaultFullName>März</DefaultFullName> </Month> <Month> diff --git a/i18npool/source/localedata/data/de_LU.xml b/i18npool/source/localedata/data/de_LU.xml index 3dcf21c6b616..00e5a7980e3d 100644 --- a/i18npool/source/localedata/data/de_LU.xml +++ b/i18npool/source/localedata/data/de_LU.xml @@ -254,7 +254,7 @@ </Month> <Month> <MonthID>mar</MonthID> - <DefaultAbbrvName>Mrz</DefaultAbbrvName> + <DefaultAbbrvName>Mär</DefaultAbbrvName> <DefaultFullName>März</DefaultFullName> </Month> <Month> |