[Libreoffice-commits] core.git: i18npool/source
Aurimas Fišeras
aurimas at members.fsf.org
Sun Aug 24 04:29:41 PDT 2014
i18npool/source/localedata/data/lt_LT.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
New commits:
commit a150d06bc5cda4f18364256af859fd3e1ee70b4b
Author: Aurimas Fišeras <aurimas at members.fsf.org>
Date: Sat Aug 23 11:56:42 2014 +0300
added EUR as default currency to Lithuanian locale
Change-Id: I08c82639da2acd5830fa69044b252217b69c5e62
Reviewed-on: https://gerrit.libreoffice.org/11089
Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/i18npool/source/localedata/data/lt_LT.xml b/i18npool/source/localedata/data/lt_LT.xml
index a7f8717..97839ab 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>
More information about the Libreoffice-commits
mailing list