[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - i18npool/source

Aurimas Fišeras aurimas at members.fsf.org
Sun Nov 23 05:26:19 PST 2014


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

New commits:
commit 20105f4984421fdf98b5978e88025605069c9d31
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>
    (cherry picked from commit a150d06bc5cda4f18364256af859fd3e1ee70b4b)
    Signed-off-by: Andras Timar <andras.timar at 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>


More information about the Libreoffice-commits mailing list