extensions.lst | 2 +- i18npool/source/localedata/data/lt_LT.xml | 9 ++++++++- set_soenv.in | 3 --- 3 files changed, 9 insertions(+), 5 deletions(-)
New commits: commit ca2d29e1377af165484156954b070b2c5e77f838 Author: Ariel Constenla-Haile <[email protected]> Date: Fri Jan 16 19:07:24 2015 +0000 Update the English dictionary diff --git a/extensions.lst b/extensions.lst index 57b650d..d49d3b3 100644 --- a/extensions.lst +++ b/extensions.lst @@ -39,7 +39,7 @@ # English dictionary [ language=en.* || language=de || language=it ] - 119de082977cacc804ba56b044b87524 http://sourceforge.net/projects/aoo-extensions/files/17102/9/dict-en.oxt/download "dict-en.oxt" + 8f3c344aca0fc3c0e44988f34dbc327c http://sourceforge.net/projects/aoo-extensions/files/17102/10/dict-en.oxt/download "dict-en.oxt" # English (USA, en_US) dictionary [ language==nl || language==ru ] commit 820cc9f285bffe4c37346ec45a8f4f6f8efc79b1 Author: Ariel Constenla-Haile <[email protected]> Date: Fri Jan 16 18:50:58 2015 +0000 Fix build breaker introduced in revision 1651396 diff --git a/set_soenv.in b/set_soenv.in index ae70515..7d0ffe3 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -1898,9 +1898,6 @@ ToFile( "CAIRO_LIBS", "@CAIRO_LIBS@", "e" ); ToFile( "XRANDR_CFLAGS", "@XRANDR_CFLAGS@", "e" ); ToFile( "XRANDR_LIBS", "@XRANDR_LIBS@", "e" ); ToFile( "XRANDR_DLOPEN", "@XRANDR_DLOPEN@", "e" ); -ToFile( "SYSTEM_LIBWPD", "@SYSTEM_LIBWPD@", "e" ); -ToFile( "LIBWPD_CFLAGS", "@LIBWPD_CFLAGS@", "e" ); -ToFile( "LIBWPD_LIBS", "@LIBWPD_LIBS@", "e" ); ToFile( "SYSTEM_CPPUNIT", "@SYSTEM_CPPUNIT@", "e" ); ToFile( "CPPUNIT_CFLAGS", "@CPPUNIT_CFLAGS@", "e" ); ToFile( "CPPUNIT_LIBS", "@CPPUNIT_LIBS@", "e" ); commit 1f1c009877920ea59ffdc400b9876089d0ce295d Author: Ariel Constenla-Haile <[email protected]> Date: Fri Jan 16 18:11:43 2015 +0000 i125980 - EURO as default currency in Lithuanian locale data diff --git a/i18npool/source/localedata/data/lt_LT.xml b/i18npool/source/localedata/data/lt_LT.xml index b5f9845..497094f 100644 --- a/i18npool/source/localedata/data/lt_LT.xml +++ b/i18npool/source/localedata/data/lt_LT.xml @@ -357,7 +357,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 [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
