diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2018-01-20 19:24:48 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-01-22 13:47:33 +0100 |
commit | b6c0356ac9d59a4599d15f8d2f001d39010b3e48 (patch) | |
tree | d437b4739d8663793d2e37afaee2ca8d13ab3692 /i18npool/source | |
parent | 86e3f95cff4d3dad48d64e50e0c4b05034fa7064 (diff) |
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@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/localedata/data/it_IT.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |