diff options
author | Eike Rathke <erack@redhat.com> | 2015-04-27 23:55:11 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-04-27 23:56:43 +0200 |
commit | cd4ecb7c637a9a2d74e150fc430070c9c55bc952 (patch) | |
tree | 538a1d2cc6784344212c543be4fc4d64b47af1c3 /i18npool | |
parent | c21be7338e852f7f8666abffe9effb44526f3eef (diff) |
decimal separator is comma
Change-Id: I7236d79877e6761cc97cbc093b83033deb84b417
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/mk_MK.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/localedata/data/mk_MK.xml b/i18npool/source/localedata/data/mk_MK.xml index 52cb7c2cacbd..3686f7751969 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> |