[Libreoffice-commits] core.git: i18npool/source
Eike Rathke
erack at redhat.com
Mon Apr 27 15:11:15 PDT 2015
i18npool/source/localedata/data/mk_MK.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit cd4ecb7c637a9a2d74e150fc430070c9c55bc952
Author: Eike Rathke <erack at redhat.com>
Date: Mon Apr 27 23:55:11 2015 +0200
decimal separator is comma
Change-Id: I7236d79877e6761cc97cbc093b83033deb84b417
diff --git a/i18npool/source/localedata/data/mk_MK.xml b/i18npool/source/localedata/data/mk_MK.xml
index 52cb7c2..3686f77 100644
--- a/i18npool/source/localedata/data/mk_MK.xml
+++ b/i18npool/source/localedata/data/mk_MK.xml
@@ -72,13 +72,13 @@
<FormatCode>#.###,00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
- <FormatCode>0.00E+000</FormatCode>
+ <FormatCode>0,00E+000</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
- <FormatCode>0.00E+00</FormatCode>
+ <FormatCode>0,00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
- <FormatCode>##0.00E+00</FormatCode>
+ <FormatCode>##0,00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
<FormatCode>0%</FormatCode>
More information about the Libreoffice-commits
mailing list