Kaydet (Commit) a150d06b authored tarafından Aurimas Fišeras's avatar Aurimas Fišeras Kaydeden (comit) Thomas Arnhold

added EUR as default currency to Lithuanian locale

Change-Id: I08c82639da2acd5830fa69044b252217b69c5e62
Reviewed-on: https://gerrit.libreoffice.org/11089Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst b4558b50
...@@ -413,7 +413,14 @@ ...@@ -413,7 +413,14 @@
</Calendar> </Calendar>
</LC_CALENDAR> </LC_CALENDAR>
<LC_CURRENCY> <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> <CurrencyID>LTL</CurrencyID>
<CurrencySymbol>Lt</CurrencySymbol> <CurrencySymbol>Lt</CurrencySymbol>
<BankSymbol>LTL</BankSymbol> <BankSymbol>LTL</BankSymbol>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment