i18npool/source/localedata/data/bg_BG.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
New commits: commit 63f9b4509db2f13d7318b53c78bef53f16fd6d8f Author: Rene Engelhard <[email protected]> AuthorDate: Sun Nov 9 11:42:29 2025 +0100 Commit: Eike Rathke <[email protected]> CommitDate: Mon Nov 10 16:29:44 2025 +0100 default to EUR for Bulgaria Bulgaria will switch to EUR 2026-01-01. Given master aka 26.2.0 will be released in only and RC2/RC3 is in 2026 (cf. https://wiki.documentfoundation.org/ReleasePlan/26.2) we can do it now Change-Id: I0ed47f1681c406af2e92cdd2fdfd0bdace7f8216 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193655 Reviewed-by: Xisco Fauli <[email protected]> Reviewed-by: Eike Rathke <[email protected]> Tested-by: Jenkins diff --git a/i18npool/source/localedata/data/bg_BG.xml b/i18npool/source/localedata/data/bg_BG.xml index ae295a38c7b9..8cd70fd91f12 100644 --- a/i18npool/source/localedata/data/bg_BG.xml +++ b/i18npool/source/localedata/data/bg_BG.xml @@ -352,7 +352,7 @@ </Calendar> </LC_CALENDAR> <LC_CURRENCY> - <Currency default="true" usedInCompatibleFormatCodes="true"> + <Currency default="false" usedInCompatibleFormatCodes="true"> <CurrencyID>BGN</CurrencyID> <CurrencySymbol>лв.</CurrencySymbol> <BankSymbol>BGN</BankSymbol> @@ -366,8 +366,7 @@ <CurrencyName>BGL</CurrencyName> <DecimalPlaces>2</DecimalPlaces> </Currency> - <!-- TODO: switch defaults before 2026-01-01 --> - <Currency default="false" usedInCompatibleFormatCodes="false"> + <Currency default="true" usedInCompatibleFormatCodes="false"> <CurrencyID>EUR</CurrencyID> <CurrencySymbol>€</CurrencySymbol> <BankSymbol>EUR</BankSymbol>
