summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/data/ja_JP.xml
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <laurent.balland-poirier@laposte.net>2015-04-24 21:18:22 +0200
committerEike Rathke <erack@redhat.com>2015-04-27 21:54:41 +0000
commitc21be7338e852f7f8666abffe9effb44526f3eef (patch)
treec1146dca62e895bd0f0ddf22ff0afa67e7760620 /i18npool/source/localedata/data/ja_JP.xml
parentf0ec37e1374177e31236c5a3a6dafde6b45dd74a (diff)
Add engineering notation to format list for all l10n
For all l10n, add format for engineering format ##0.00E+00 decimal separator adapted msgid: ScientificFormatskey3 or ScientificFormatskey4 if previous one was already used formatindex: 78 (free in most l10n, and near 77 which used as scientific format for many l10n) exceptions: ko_KR formatindex=91; th_TH formatindex=88; zh_TW formatindex=80 (next free value) Change-Id: I703c1503bdac85386e9994fdd67b00aa6006d992 Reviewed-on: https://gerrit.libreoffice.org/15527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18npool/source/localedata/data/ja_JP.xml')
-rw-r--r--i18npool/source/localedata/data/ja_JP.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/ja_JP.xml b/i18npool/source/localedata/data/ja_JP.xml
index 540412149aeb..5ecd321ed21f 100644
--- a/i18npool/source/localedata/data/ja_JP.xml
+++ b/i18npool/source/localedata/data/ja_JP.xml
@@ -83,6 +83,9 @@
<FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
<FormatCode>0.00E+00</FormatCode>
</FormatElement>
+ <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
+ <FormatCode>##0.00E+00</FormatCode>
+ </FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="medium" usage="PERCENT_NUMBER" formatindex="8">
<FormatCode>0%</FormatCode>
</FormatElement>