diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2018-01-20 19:24:48 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-01-22 19:53:23 +0100 |
commit | 9a86daba30a60f478c4d2c430cd5607301e4f252 (patch) | |
tree | 9de189be54db94931aa098103f8fb1de7ab4f03a /i18npool | |
parent | 9bf9b6d6f751bc1c6c3e12caf91c6e8eee3650ac (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>
(cherry picked from commit b6c0356ac9d59a4599d15f8d2f001d39010b3e48)
Reviewed-on: https://gerrit.libreoffice.org/48321
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'i18npool')
-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> |