diff options
author | Aurimas Fišeras <aurimas@members.fsf.org> | 2014-08-23 11:56:42 +0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-24 06:29:19 -0500 |
commit | a150d06bc5cda4f18364256af859fd3e1ee70b4b (patch) | |
tree | 2b78eec28272952611c57049d033b79bb46d08fd /i18npool | |
parent | b4558b508141af16d335f45a0f12bdd34521e944 (diff) |
added EUR as default currency to Lithuanian locale
Change-Id: I08c82639da2acd5830fa69044b252217b69c5e62
Reviewed-on: https://gerrit.libreoffice.org/11089
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/lt_LT.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/i18npool/source/localedata/data/lt_LT.xml b/i18npool/source/localedata/data/lt_LT.xml index a7f87179fe1a..97839abb0611 100644 --- a/i18npool/source/localedata/data/lt_LT.xml +++ b/i18npool/source/localedata/data/lt_LT.xml @@ -413,7 +413,14 @@ </Calendar> </LC_CALENDAR> <LC_CURRENCY> - <Currency default="true" usedInCompatibleFormatCodes="true"> + <Currency default="true" usedInCompatibleFormatCodes="false"> + <CurrencyID>EUR</CurrencyID> + <CurrencySymbol>€</CurrencySymbol> + <BankSymbol>EUR</BankSymbol> + <CurrencyName>Euras</CurrencyName> + <DecimalPlaces>2</DecimalPlaces> + </Currency> + <Currency default="false" usedInCompatibleFormatCodes="true"> <CurrencyID>LTL</CurrencyID> <CurrencySymbol>Lt</CurrencySymbol> <BankSymbol>LTL</BankSymbol> |