diff options
author | László Németh <nemeth@numbertext.org> | 2022-11-13 14:27:23 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2022-11-14 09:28:28 +0100 |
commit | 099d5d22b38bb0ea91faaed14ecc0edfa010ff11 (patch) | |
tree | f19c616cbb5c326de4091662a83664f32a5ad3db /i18npool | |
parent | 31c5b3f10b3e1d1d86d9fc3553c6f55599b080ce (diff) |
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 b7d53247eb2fab04f5f6d82d405f1ac0c73542b2
"tdf#115007 i18npool: add NatNum12 formats to locale" and
commit 6064b3382102bcbc153156f5874fbc8dfde97b98
"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>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/fa_IR.xml | 3 | ||||
-rw-r--r-- | i18npool/source/localedata/data/is_IS.xml | 18 |
2 files changed, 3 insertions, 18 deletions
diff --git a/i18npool/source/localedata/data/fa_IR.xml b/i18npool/source/localedata/data/fa_IR.xml index 5199c1efdaf3..0b45e5b33a5f 100644 --- a/i18npool/source/localedata/data/fa_IR.xml +++ b/i18npool/source/localedata/data/fa_IR.xml @@ -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> diff --git a/i18npool/source/localedata/data/is_IS.xml b/i18npool/source/localedata/data/is_IS.xml index daae783af108..4651fab38bab 100644 --- a/i18npool/source/localedata/data/is_IS.xml +++ b/i18npool/source/localedata/data/is_IS.xml @@ -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> |