diff options
author | Eike Rathke <erack@redhat.com> | 2015-04-29 15:20:50 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-04-29 15:48:01 +0200 |
commit | e41a948c5e065ec45d451c4da5db2893db854b8f (patch) | |
tree | c543c12f48f7f0e1fd4ff50304fc993361f16802 /i18npool | |
parent | df44a6f767a1c4ad18e6b5b6638d6699d852ddb7 (diff) |
prepare to inherit from, adding replacement, tdf#90802 related
Change-Id: I172c103fb5033e8346d78479bb1c1ce71fe11e4a
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/ru_RU.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/i18npool/source/localedata/data/ru_RU.xml b/i18npool/source/localedata/data/ru_RU.xml index 4cab36a94909..69877c4fc314 100644 --- a/i18npool/source/localedata/data/ru_RU.xml +++ b/i18npool/source/localedata/data/ru_RU.xml @@ -51,7 +51,7 @@ <TimePM>PM</TimePM> <MeasurementSystem>metric</MeasurementSystem> </LC_CTYPE> - <LC_FORMAT> + <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$р.-419]"> <DateAcceptancePattern>D.M.</DateAcceptancePattern> <DateAcceptancePattern>D/M/</DateAcceptancePattern> <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0"> @@ -88,22 +88,22 @@ <FormatCode>0,00%</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12"> - <FormatCode># ##0 [$р.-419];-# ##0 [$р.-419]</FormatCode> + <FormatCode># ##0 [CURRENCY];-# ##0 [CURRENCY]</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13"> - <FormatCode># ##0,00 [$р.-419];-# ##0,00 [$р.-419]</FormatCode> + <FormatCode># ##0,00 [CURRENCY];-# ##0,00 [CURRENCY]</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14"> - <FormatCode># ##0 [$р.-419];[RED]-# ##0 [$р.-419]</FormatCode> + <FormatCode># ##0 [CURRENCY];[RED]-# ##0 [CURRENCY]</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15"> - <FormatCode># ##0,00 [$р.-419];[RED]-# ##0,00 [$р.-419]</FormatCode> + <FormatCode># ##0,00 [CURRENCY];[RED]-# ##0,00 [CURRENCY]</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16"> <FormatCode># ##0,00 CCC</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17"> - <FormatCode># ##0,-- [$р.-419];[RED]-# ##0,-- [$р.-419]</FormatCode> + <FormatCode># ##0,-- [CURRENCY];[RED]-# ##0,-- [CURRENCY]</FormatCode> </FormatElement> <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18"> <FormatCode>D.M.YY</FormatCode> |