[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - i18npool/source

Yossi Zahn yossizahn at gmail.com
Fri Nov 25 16:01:19 UTC 2016


 i18npool/source/localedata/data/he_IL.xml |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 79eb81a061fbcacaad8bf915759748232f852c9e
Author: Yossi Zahn <yossizahn at gmail.com>
Date:   Thu Nov 24 23:21:40 2016 +0000

    Add 2 extra number formats for Hebrew locale
    
    Change-Id: I55fc91b49d38f155f6a42b7395b4b44bf6a8f1cf
    Reviewed-on: https://gerrit.libreoffice.org/31180
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>
    (cherry picked from commit 20254e85813b9575ce6dcd999bf943e5ade8978c)
    Reviewed-on: https://gerrit.libreoffice.org/31208

diff --git a/i18npool/source/localedata/data/he_IL.xml b/i18npool/source/localedata/data/he_IL.xml
index 8b8f6e3..3793796 100644
--- a/i18npool/source/localedata/data/he_IL.xml
+++ b/i18npool/source/localedata/data/he_IL.xml
@@ -171,7 +171,13 @@
     <FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="5">
       <FormatCode>#,###.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY"  formatindex="12">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER"  formatindex="63">
+      <FormatCode>[natnum1]0</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="FixedFormatskey8" default="false" type="short" usage="FIXED_NUMBER"  formatindex="64">
+      <FormatCode>[natnum2]0</FormatCode>
+    </FormatElement>
+      <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY"  formatindex="12">
       <FormatCode>[CURRENCY] #,##0;[CURRENCY] -#,##0</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY"  formatindex="13">


More information about the Libreoffice-commits mailing list