[Libreoffice-commits] core.git: i18npool/source

Eike Rathke erack at redhat.com
Mon Sep 26 16:30:21 UTC 2016


 i18npool/source/localedata/data/es_PY.xml  |   18 ++++++++++++++++--
 i18npool/source/localedata/data/gug_PY.xml |   18 ++++++++++++++++--
 2 files changed, 32 insertions(+), 4 deletions(-)

New commits:
commit fabb8f48dd89d71378daf293a974a412deccc961
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Sep 26 17:27:25 2016 +0200

    Paraguayan locales [es-PY][gug-PY] use ₲, Gs and G currency symbols
    
    Gs respectively G were used as default so far, make them use the "real"
    currency symbol ₲ instead, but support and offer also both others for
    both locales. As discussed on the l10n list,
    https://listarchives.libreoffice.org/global/l10n/msg10167.html
    and thread.
    
    Change-Id: I5c60baa81f5a08029f524c9890bb6238d510f7f2

diff --git a/i18npool/source/localedata/data/es_PY.xml b/i18npool/source/localedata/data/es_PY.xml
index 2121d6b..be2fe67 100644
--- a/i18npool/source/localedata/data/es_PY.xml
+++ b/i18npool/source/localedata/data/es_PY.xml
@@ -29,19 +29,33 @@
     </Country>
   </LC_INFO>
   <LC_CTYPE ref="es_AR"/>
-  <LC_FORMAT ref="es_AR" replaceTo="[$G-3C0A]"/>
+  <LC_FORMAT ref="es_AR" replaceTo="[$₲-3C0A]"/>
   <LC_COLLATION ref="en_US"/>
   <LC_SEARCH ref="en_US"/>
   <LC_INDEX ref="es_ES"/>
   <LC_CALENDAR ref="es_AR"/>
   <LC_CURRENCY>
-    <Currency default="true" usedInCompatibleFormatCodes="true">
+    <Currency default="false" usedInCompatibleFormatCodes="false">
       <CurrencyID>PYG</CurrencyID>
       <CurrencySymbol>G</CurrencySymbol>
       <BankSymbol>PYG</BankSymbol>
       <CurrencyName>Guarani</CurrencyName>
       <DecimalPlaces>2</DecimalPlaces>
     </Currency>
+    <Currency default="false" usedInCompatibleFormatCodes="false">
+      <CurrencyID>PYG</CurrencyID>
+      <CurrencySymbol>Gs</CurrencySymbol>
+      <BankSymbol>PYG</BankSymbol>
+      <CurrencyName>Guarani</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
+    <Currency default="true" usedInCompatibleFormatCodes="true">
+      <CurrencyID>PYG</CurrencyID>
+      <CurrencySymbol>₲</CurrencySymbol>
+      <BankSymbol>PYG</BankSymbol>
+      <CurrencyName>Guarani</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
   </LC_CURRENCY>
   <LC_TRANSLITERATION ref="en_US"/>
   <LC_MISC ref="es_ES"/>
diff --git a/i18npool/source/localedata/data/gug_PY.xml b/i18npool/source/localedata/data/gug_PY.xml
index db12f08..4b78649 100644
--- a/i18npool/source/localedata/data/gug_PY.xml
+++ b/i18npool/source/localedata/data/gug_PY.xml
@@ -51,7 +51,7 @@
     <TimePM>PM</TimePM>
     <MeasurementSystem>metric</MeasurementSystem>
   </LC_CTYPE>
-  <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$Gs-474]">
+  <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$₲-474]">
     <DateAcceptancePattern>D/M</DateAcceptancePattern>
     <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
       <FormatCode>General</FormatCode>
@@ -334,13 +334,27 @@
     </Calendar>
   </LC_CALENDAR>
   <LC_CURRENCY>
-    <Currency default="true" usedInCompatibleFormatCodes="true">
+    <Currency default="false" usedInCompatibleFormatCodes="false">
       <CurrencyID>PYG</CurrencyID>
       <CurrencySymbol>Gs</CurrencySymbol>
       <BankSymbol>PYG</BankSymbol>
       <CurrencyName>Guarani</CurrencyName>
       <DecimalPlaces>2</DecimalPlaces>
     </Currency>
+    <Currency default="false" usedInCompatibleFormatCodes="false">
+      <CurrencyID>PYG</CurrencyID>
+      <CurrencySymbol>G</CurrencySymbol>
+      <BankSymbol>PYG</BankSymbol>
+      <CurrencyName>Guarani</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
+    <Currency default="true" usedInCompatibleFormatCodes="true">
+      <CurrencyID>PYG</CurrencyID>
+      <CurrencySymbol>₲</CurrencySymbol>
+      <BankSymbol>PYG</BankSymbol>
+      <CurrencyName>Guarani</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
   </LC_CURRENCY>
   <LC_TRANSLITERATION>
     <Transliteration unoid="SENTENCE_CASE"/>


More information about the Libreoffice-commits mailing list