i18npool/source/localedata/data/lt_LT.xml |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 20105f4984421fdf98b5978e88025605069c9d31
Author: Aurimas Fišeras <auri...@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 <tho...@arnhold.org>
    Tested-by: Thomas Arnhold <tho...@arnhold.org>
    (cherry picked from commit a150d06bc5cda4f18364256af859fd3e1ee70b4b)
    Signed-off-by: Andras Timar <andras.ti...@collabora.com>

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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to