diff options
author | Eike Rathke <erack@redhat.com> | 2017-10-27 18:27:44 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-10-27 18:29:46 +0200 |
commit | 89e0a9183e7b21596bcd5504b104bf816f1d3ef3 (patch) | |
tree | 94e78a81b53efba0364e9637c1a90ac596b77ee4 /i18npool | |
parent | 92933ed580628c4e4cf539fc9fd90faaf51e05e6 (diff) |
Resolves: tdf#81671 add DecimalSeparatorAlternative to ar-* and fa-IR
In locales that use '٫' U+066B ARABIC DECIMAL SEPARATOR
additionally have '.' normal dot as input separator.
Change-Id: Icb3f42374776e3fc65af3270abaca26ea5b24082
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/ar_DZ.xml | 1 | ||||
-rw-r--r-- | i18npool/source/localedata/data/ar_EG.xml | 1 | ||||
-rw-r--r-- | i18npool/source/localedata/data/ar_LB.xml | 1 | ||||
-rw-r--r-- | i18npool/source/localedata/data/ar_SA.xml | 1 | ||||
-rw-r--r-- | i18npool/source/localedata/data/ar_TN.xml | 1 | ||||
-rw-r--r-- | i18npool/source/localedata/data/fa_IR.xml | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/ar_DZ.xml b/i18npool/source/localedata/data/ar_DZ.xml index 16362ced8c01..4cb4d155018b 100644 --- a/i18npool/source/localedata/data/ar_DZ.xml +++ b/i18npool/source/localedata/data/ar_DZ.xml @@ -33,6 +33,7 @@ <DateSeparator>/</DateSeparator> <ThousandSeparator> </ThousandSeparator> <DecimalSeparator>٫</DecimalSeparator> + <DecimalSeparatorAlternative>.</DecimalSeparatorAlternative> <TimeSeparator>:</TimeSeparator> <Time100SecSeparator>٫</Time100SecSeparator> <ListSeparator>;</ListSeparator> diff --git a/i18npool/source/localedata/data/ar_EG.xml b/i18npool/source/localedata/data/ar_EG.xml index 4dfe9bec8ff1..5bcb4b689c30 100644 --- a/i18npool/source/localedata/data/ar_EG.xml +++ b/i18npool/source/localedata/data/ar_EG.xml @@ -33,6 +33,7 @@ <DateSeparator>/</DateSeparator> <ThousandSeparator>٬</ThousandSeparator> <DecimalSeparator>٫</DecimalSeparator> + <DecimalSeparatorAlternative>.</DecimalSeparatorAlternative> <TimeSeparator>:</TimeSeparator> <Time100SecSeparator>.</Time100SecSeparator> <ListSeparator>;</ListSeparator> diff --git a/i18npool/source/localedata/data/ar_LB.xml b/i18npool/source/localedata/data/ar_LB.xml index 9499dfb8ba48..64ac706e8fa4 100644 --- a/i18npool/source/localedata/data/ar_LB.xml +++ b/i18npool/source/localedata/data/ar_LB.xml @@ -33,6 +33,7 @@ <DateSeparator>/</DateSeparator> <ThousandSeparator>٬</ThousandSeparator> <DecimalSeparator>٫</DecimalSeparator> + <DecimalSeparatorAlternative>.</DecimalSeparatorAlternative> <TimeSeparator>:</TimeSeparator> <Time100SecSeparator>.</Time100SecSeparator> <ListSeparator>;</ListSeparator> diff --git a/i18npool/source/localedata/data/ar_SA.xml b/i18npool/source/localedata/data/ar_SA.xml index 05f0fb81edb3..f7970ffedd30 100644 --- a/i18npool/source/localedata/data/ar_SA.xml +++ b/i18npool/source/localedata/data/ar_SA.xml @@ -33,6 +33,7 @@ <DateSeparator>/</DateSeparator> <ThousandSeparator>٬</ThousandSeparator> <DecimalSeparator>٫</DecimalSeparator> + <DecimalSeparatorAlternative>.</DecimalSeparatorAlternative> <TimeSeparator>:</TimeSeparator> <Time100SecSeparator>.</Time100SecSeparator> <ListSeparator>;</ListSeparator> diff --git a/i18npool/source/localedata/data/ar_TN.xml b/i18npool/source/localedata/data/ar_TN.xml index 014f77524603..ae37a4b84c0f 100644 --- a/i18npool/source/localedata/data/ar_TN.xml +++ b/i18npool/source/localedata/data/ar_TN.xml @@ -33,6 +33,7 @@ <DateSeparator>/</DateSeparator> <ThousandSeparator>٬</ThousandSeparator> <DecimalSeparator>٫</DecimalSeparator> + <DecimalSeparatorAlternative>.</DecimalSeparatorAlternative> <TimeSeparator>:</TimeSeparator> <Time100SecSeparator>.</Time100SecSeparator> <ListSeparator>;</ListSeparator> diff --git a/i18npool/source/localedata/data/fa_IR.xml b/i18npool/source/localedata/data/fa_IR.xml index 04b9ac8ffc3a..10157072450e 100644 --- a/i18npool/source/localedata/data/fa_IR.xml +++ b/i18npool/source/localedata/data/fa_IR.xml @@ -33,6 +33,7 @@ <DateSeparator>/</DateSeparator> <ThousandSeparator>٬</ThousandSeparator> <DecimalSeparator>٫</DecimalSeparator> + <DecimalSeparatorAlternative>.</DecimalSeparatorAlternative> <TimeSeparator>:</TimeSeparator> <Time100SecSeparator>٫</Time100SecSeparator> <ListSeparator>;</ListSeparator> |