i18npool/source/localedata/data/az_AZ.xml |   17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

New commits:
commit b82802cb87d3634e6e4328db90b98374b5c49c7a
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Tue Apr 15 12:45:29 2025 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Apr 23 14:47:55 2025 +0200

    Resolves: tdf#166187 {az-AZ} currency symbol is ₼ U+20BC MANAT SIGN
    
    ... and displayed before amount.
    
    Change-Id: Id5cd32f3e054721e44b404406e57aade302b665c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184213
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <er...@redhat.com>
    (cherry picked from commit 8cbe2653fee7322293968a4a2377fab7793bc785)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184233
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    (cherry picked from commit 4c00b17e52932ad14e20cd044828126b0fa266ac)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184239
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/i18npool/source/localedata/data/az_AZ.xml 
b/i18npool/source/localedata/data/az_AZ.xml
index 33bacc538ef5..41f34fa20e93 100644
--- a/i18npool/source/localedata/data/az_AZ.xml
+++ b/i18npool/source/localedata/data/az_AZ.xml
@@ -87,22 +87,22 @@
       <FormatCode>0,00%</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" 
usage="CURRENCY" formatindex="12">
-      <FormatCode># ##0[$man.-42C];-# ##0[$man.-42C]</FormatCode>
+      <FormatCode>[$₼-42C]# ##0;[$₼-42C]-# ##0</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" 
usage="CURRENCY" formatindex="13">
-      <FormatCode># ##0,00[$man.-42C];-# ##0,00[$man.-42C]</FormatCode>
+      <FormatCode>[$₼-42C]# ##0,00;[$₼-42C]-# ##0,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" 
usage="CURRENCY" formatindex="14">
-      <FormatCode># ##0[$man.-42C];[RED]-# ##0[$man.-42C]</FormatCode>
+      <FormatCode>[$₼-42C]# ##0;[RED][$₼-42C]-# ##0</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" 
usage="CURRENCY" formatindex="15">
-      <FormatCode># ##0,00[$man.-42C];[RED]-# ##0,00[$man.-42C]</FormatCode>
+      <FormatCode>[$₼-42C]# ##0,00;[RED][$₼-42C]-# ##0,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" 
usage="CURRENCY" formatindex="16">
       <FormatCode># ##0,00 CCC</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" 
usage="CURRENCY" formatindex="17">
-      <FormatCode># ##0,--[$man.-42C];[RED]-# ##0,--[$man.-42C]</FormatCode>
+      <FormatCode>[$₼-42C]# ##0,--;[RED][$₼-42C]-# ##0,--</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey1" default="true" type="short" 
usage="DATE" formatindex="18">
       <FormatCode>D.M.YY</FormatCode>
@@ -323,6 +323,13 @@
   </LC_CALENDAR>
   <LC_CURRENCY>
     <Currency default="true" usedInCompatibleFormatCodes="true">
+      <CurrencyID>AZN</CurrencyID>
+      <CurrencySymbol>₼</CurrencySymbol>
+      <BankSymbol>AZN</BankSymbol>
+      <CurrencyName>Manat</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
+    <Currency default="false" usedInCompatibleFormatCodes="false" 
legacyOnly="true">
       <CurrencyID>AZN</CurrencyID>
       <CurrencySymbol>man.</CurrencySymbol>
       <BankSymbol>AZN</BankSymbol>

Reply via email to