diff options
author | Eike Rathke <erack@redhat.com> | 2023-03-28 22:24:22 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-03-28 23:11:32 +0000 |
commit | 002f941ec20e594e9702c39fab9cf9f4cc392dab (patch) | |
tree | 197d51d517b0cc6980b229d2552ab0e8aeb31676 | |
parent | 90baab0f50bcf35ae29f1841509ecdace9be77db (diff) |
Resolves: tdf#154433 Correct {uk-UA} quotation mark characters
Change-Id: Id5c251ee632d2da134ffbbb352844152f12c1f77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149654
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
-rw-r--r-- | i18npool/source/localedata/data/uk_UA.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/data/uk_UA.xml b/i18npool/source/localedata/data/uk_UA.xml index f3642004dd8e..5912691c9501 100644 --- a/i18npool/source/localedata/data/uk_UA.xml +++ b/i18npool/source/localedata/data/uk_UA.xml @@ -42,10 +42,10 @@ <LongDateYearSeparator> р.</LongDateYearSeparator> </Separators> <Markers> - <QuotationStart>‘</QuotationStart> - <QuotationEnd>’</QuotationEnd> - <DoubleQuotationStart>“</DoubleQuotationStart> - <DoubleQuotationEnd>”</DoubleQuotationEnd> + <QuotationStart>„</QuotationStart> + <QuotationEnd>“</QuotationEnd> + <DoubleQuotationStart>«</DoubleQuotationStart> + <DoubleQuotationEnd>»</DoubleQuotationEnd> </Markers> <TimeAM>AM</TimeAM> <TimePM>PM</TimePM> |