[Libreoffice-commits] core.git: i18npool/source
Winfried Donkers
winfrieddonkers at libreoffice.org
Mon Jan 22 12:47:59 UTC 2018
i18npool/source/localedata/data/it_IT.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b6c0356ac9d59a4599d15f8d2f001d39010b3e48
Author: Winfried Donkers <winfrieddonkers at libreoffice.org>
Date: Sat Jan 20 19:24:48 2018 +0100
tdf#105226 fix incorrect AM/PM symbol in locale it_IT.
Change-Id: I95ecc3163ea6081e51ce78653cebf292bee7b440
Reviewed-on: https://gerrit.libreoffice.org/48247
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
diff --git a/i18npool/source/localedata/data/it_IT.xml b/i18npool/source/localedata/data/it_IT.xml
index c4d12ce9a44f..94ebb32f8f61 100644
--- a/i18npool/source/localedata/data/it_IT.xml
+++ b/i18npool/source/localedata/data/it_IT.xml
@@ -47,8 +47,8 @@
<DoubleQuotationStart>“</DoubleQuotationStart>
<DoubleQuotationEnd>”</DoubleQuotationEnd>
</Markers>
- <TimeAM>m.</TimeAM>
- <TimePM>p.</TimePM>
+ <TimeAM>a.m.</TimeAM>
+ <TimePM>p.m.</TimePM>
<MeasurementSystem>metric</MeasurementSystem>
</LC_CTYPE>
<LC_FORMAT>
More information about the Libreoffice-commits
mailing list