summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2023-03-28 22:24:22 +0200
committerAndras Timar <andras.timar@collabora.com>2023-04-03 00:53:18 +0200
commitef4dd9863997b57c5c02fc50b1220eddd7eb1de2 (patch)
tree82c734ddfc25f708349397a243a13c4df95d398c /i18npool/source
parente0378c06b3fd477bb8ced1bd666f359e68b397c6 (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 (cherry picked from commit 2836aaeccee092d2e809839c5d6cc7656aa2e77b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149611 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/localedata/data/uk_UA.xml8
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>