i18npool/source/localedata/data/it_IT.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b6c0356ac9d59a4599d15f8d2f001d39010b3e48
Author: Winfried Donkers <winfrieddonk...@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 <c...@libreoffice.org>
    Reviewed-by: Eike Rathke <er...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to