diff options
author | Eike Rathke <erack@redhat.com> | 2011-11-25 17:27:19 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-25 18:21:44 +0100 |
commit | 0e0b3dfc9a13794b2f0137676ccfe0fe608f2864 (patch) | |
tree | 203175badded2bb06bc63ec7d2124d93362d70eb /i18npool | |
parent | 06b6e220b5e9250c688daaea4a7eb2ae64f1863c (diff) |
added [pt-PT] legacyOnly currency to cope with change from Esc. to $
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/pt_PT.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/i18npool/source/localedata/data/pt_PT.xml b/i18npool/source/localedata/data/pt_PT.xml index 1fbacd9f72b1..2d0f18df0714 100644 --- a/i18npool/source/localedata/data/pt_PT.xml +++ b/i18npool/source/localedata/data/pt_PT.xml @@ -34,7 +34,7 @@ <TimePM>PM</TimePM> <MeasurementSystem>Metric</MeasurementSystem> </LC_CTYPE> -<LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$Esc.-816]"> +<LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$$-816]"> <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18"> <FormatCode>DD-MM-AAAA</FormatCode> <DefaultName></DefaultName> @@ -337,6 +337,13 @@ </Calendar> </LC_CALENDAR> <LC_CURRENCY> +<Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true"> +<CurrencyID>PTE</CurrencyID> +<CurrencySymbol>Esc.</CurrencySymbol> +<BankSymbol>PTE</BankSymbol> +<CurrencyName>Escudo</CurrencyName> +<DecimalPlaces>2</DecimalPlaces> +</Currency> <Currency default="false" usedInCompatibleFormatCodes="true"> <CurrencyID>PTE</CurrencyID> <CurrencySymbol>$</CurrencySymbol> |