summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/data/ne_NP.xml
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <laurent.balland-poirier@laposte.net>2015-02-23 21:49:12 +0100
committerEike Rathke <erack@redhat.com>2015-04-22 12:54:15 +0000
commit407733158220ada48ff66768f218bbc9bdb51098 (patch)
treeaf2e174b9b2ede389ed48f5f73d0a8f594420e82 /i18npool/source/localedata/data/ne_NP.xml
parente893c5ff7a251de867747184bd084c02dcfe549e (diff)
tdf#88835 2 digits in exponent for default scientific format
Modify all locale data to set ScientificFormatskey2 (0.00E+00) as default for scientific format instead of ScientificFormatskey1 (0.00E+000) Change-Id: Ib8f3d22af82c078468ea70ebae0b078ac55a0003 Reviewed-on: https://gerrit.libreoffice.org/14593 Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18npool/source/localedata/data/ne_NP.xml')
-rw-r--r--i18npool/source/localedata/data/ne_NP.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/data/ne_NP.xml b/i18npool/source/localedata/data/ne_NP.xml
index 89e4c68ec686..978701511169 100644
--- a/i18npool/source/localedata/data/ne_NP.xml
+++ b/i18npool/source/localedata/data/ne_NP.xml
@@ -71,11 +71,11 @@
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode>[NatNum1]#,###.00</FormatCode>
</FormatElement>
- <FormatElement msgid="ScientificFormatskey1" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
- <FormatCode>0.00E+00</FormatCode>
+ <FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
+ <FormatCode>0.00E+000</FormatCode>
</FormatElement>
- <FormatElement msgid="ScientificFormatskey2" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
- <FormatCode>0.00E+00</FormatCode>
+ <FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
+ <FormatCode>0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
<FormatCode>[NatNum1]0%</FormatCode>