tdf#115007 i18npool: add NatNum12 support to Persian, fix Hebrew

Add NatNum12 cardinal support for new Persian (Farsi) module
of libnumbertext 1.0.11.

Hebrew has no uppercase letters, also currency support is broken yet,
so remove bad number formats.

Follow-up to commit b7d53247eb
"tdf#115007 i18npool: add NatNum12 formats to locale" and
commit 6064b33821
"tdf#115007 tdf#148672 bump libnumbertext 1.0.11".

Change-Id: I9a2a40e7485d4d4ff150d9946e58aed0d7526678
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142658
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
This commit is contained in:
László Németh
2022-11-13 14:27:23 +01:00
parent 31c5b3f10b
commit 099d5d22b3
2 changed files with 3 additions and 18 deletions

View File

@@ -72,6 +72,9 @@
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode>[NatNum1]#٬###٫00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="101">
<FormatCode>[NatNum12 cardinal]0</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
<FormatCode>[NatNum1]0٫00E+000</FormatCode>
</FormatElement>

View File

@@ -60,12 +60,6 @@
<FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="101">
<FormatCode>[NatNum12 cardinal]0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER" formatindex="102">
<FormatCode>[NatNum12 capitalize cardinal]0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey12" default="false" type="medium" usage="FIXED_NUMBER" formatindex="104">
<FormatCode>[NatNum12 upper cardinal]0</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
<FormatCode>0,00E+000</FormatCode>
</FormatElement>
@@ -99,18 +93,6 @@
<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
<FormatCode>#.##0,-- [$kr.-40F];[RED]-#.##0,-- [$kr.-40F]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="105">
<FormatCode>[NatNum12 CURRENCY]0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY" formatindex="106">
<FormatCode>[NatNum12 CURRENCY]0,00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey11" default="false" type="medium" usage="CURRENCY" formatindex="107">
<FormatCode>[NatNum12 upper CURRENCY]0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY" formatindex="108">
<FormatCode>[NatNum12 upper CURRENCY]0,00</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
<FormatCode>D.MM.YYYY</FormatCode>
</FormatElement>