[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - i18npool/source

Eike Rathke (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 3 08:35:43 UTC 2020


 i18npool/source/localedata/data/vi_VN.xml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 7a302dee87224d02853a5955cc6f715a40186803
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Thu Apr 2 18:14:14 2020 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Apr 3 10:35:13 2020 +0200

    Resolves: tdf#131829 [vi-VN] set currency VND decimals to 0
    
    Change-Id: I865d6b3dcb7f3bff037a4015aa98db2fa2578672
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91593
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins
    (cherry picked from commit 28ccea8b7feed20d33e2ca7d6197d947dbbad848)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91516
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/i18npool/source/localedata/data/vi_VN.xml b/i18npool/source/localedata/data/vi_VN.xml
index 86f149dba1ca..945cf65cc707 100644
--- a/i18npool/source/localedata/data/vi_VN.xml
+++ b/i18npool/source/localedata/data/vi_VN.xml
@@ -90,19 +90,19 @@
       <FormatCode>#.##0 [CURRENCY];-#.##0 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13">
-      <FormatCode>#.##0,00 [CURRENCY];-#.##0,00 [CURRENCY]</FormatCode>
+      <FormatCode>#.##0 [CURRENCY];-#.##0 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14">
       <FormatCode>#.##0 [CURRENCY];[RED]-#.##0 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15">
-      <FormatCode>#.##0,00 [CURRENCY];[RED]-#.##0,00 [CURRENCY]</FormatCode>
+      <FormatCode>#.##0 [CURRENCY];[RED]-#.##0 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16">
-      <FormatCode>#.##0,00 CCC</FormatCode>
+      <FormatCode>#.##0 CCC</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
-      <FormatCode>#.##0,-- [CURRENCY];[RED]-#.##0,-- [CURRENCY]</FormatCode>
+      <FormatCode>#.##0 [CURRENCY];[RED]-#.##0 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
       <FormatCode>D/M/YY</FormatCode>
@@ -339,7 +339,7 @@
       <CurrencySymbol>₫</CurrencySymbol>
       <BankSymbol>VND</BankSymbol>
       <CurrencyName>Việt Nam Đồng</CurrencyName>
-      <DecimalPlaces>2</DecimalPlaces>
+      <DecimalPlaces>0</DecimalPlaces>
     </Currency>
   </LC_CURRENCY>
   <LC_TRANSLITERATION>


More information about the Libreoffice-commits mailing list