diff options
author | Yossi Zahn <yossizahn@gmail.com> | 2016-11-24 23:21:40 +0000 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-11-25 15:57:30 +0000 |
commit | 20254e85813b9575ce6dcd999bf943e5ade8978c (patch) | |
tree | 29c3f25a5eec49dab002040c1637d9ccd94db43a | |
parent | 1800862c700428e74aa500c9dee41237b8991932 (diff) |
Add 2 extra number formats for Hebrew locale
Change-Id: I55fc91b49d38f155f6a42b7395b4b44bf6a8f1cf
Reviewed-on: https://gerrit.libreoffice.org/31180
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
-rw-r--r-- | i18npool/source/localedata/data/he_IL.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/i18npool/source/localedata/data/he_IL.xml b/i18npool/source/localedata/data/he_IL.xml index 8b8f6e3fe959..3793796327f6 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"> |