diff options
author | Eike Rathke <erack@redhat.com> | 2013-06-15 15:06:17 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-06-15 15:09:21 +0200 |
commit | 846818afec377b5827fbdf8959ee2f1cf617e44d (patch) | |
tree | e7077e97ccce36dc85e5dfa2acb797a3eb28f55c /i18npool | |
parent | caba2af375181004ea10aa61cecf56356df2c677 (diff) |
fdo#64947 added [NatNum1]General format codes
Change-Id: I2e024453d10600a6a688123cd8c9de324537a0a1
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/ar_DZ.xml | 3 | ||||
-rw-r--r-- | i18npool/source/localedata/data/ar_EG.xml | 3 | ||||
-rw-r--r-- | i18npool/source/localedata/data/ar_OM.xml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/ar_DZ.xml b/i18npool/source/localedata/data/ar_DZ.xml index 7c2649a89a39..c3c3be7a678e 100644 --- a/i18npool/source/localedata/data/ar_DZ.xml +++ b/i18npool/source/localedata/data/ar_DZ.xml @@ -201,6 +201,9 @@ <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="52"> <FormatCode>[NatNum1]YYYY/MM/DD</FormatCode> </FormatElement> + <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="53"> + <FormatCode>[NatNum1]General</FormatCode> + </FormatElement> </LC_FORMAT> <LC_COLLATION ref="en_US" /> <LC_SEARCH ref="en_US"/> diff --git a/i18npool/source/localedata/data/ar_EG.xml b/i18npool/source/localedata/data/ar_EG.xml index 09ce36843cd4..defa49ec9ac4 100644 --- a/i18npool/source/localedata/data/ar_EG.xml +++ b/i18npool/source/localedata/data/ar_EG.xml @@ -201,6 +201,9 @@ <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="52"> <FormatCode>[NatNum1]YYYY/MM/DD</FormatCode> </FormatElement> + <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="53"> + <FormatCode>[NatNum1]General</FormatCode> + </FormatElement> </LC_FORMAT> <LC_COLLATION ref="en_US" /> <LC_SEARCH ref="en_US"/> diff --git a/i18npool/source/localedata/data/ar_OM.xml b/i18npool/source/localedata/data/ar_OM.xml index a31b967b936f..d29304696ff7 100644 --- a/i18npool/source/localedata/data/ar_OM.xml +++ b/i18npool/source/localedata/data/ar_OM.xml @@ -192,6 +192,9 @@ <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47"> <FormatCode>DD/MM/YYYY HH:MM:SS AM/PM</FormatCode> </FormatElement> + <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="50"> + <FormatCode>[NatNum1]General</FormatCode> + </FormatElement> </LC_FORMAT> <LC_COLLATION> <Collator default="true" unoid="alphanumeric"/> |