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

New commits:
commit 002f941ec20e594e9702c39fab9cf9f4cc392dab
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Tue Mar 28 22:24:22 2023 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Tue Mar 28 23:11:32 2023 +0000

    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 <er...@redhat.com>
    Tested-by: Jenkins

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>

Reply via email to