[PATCH] Switch currency symbol for the bg_BG locale to euro
Florian Weimer
fweimer@redhat.com
Thu Jan 8 12:02:22 GMT 2026
Bulgaria joined the eurozone on 2026-01-01.
Suggested-by: Йордан Гигов <jgigov@abv.bg>
---
This is just the minimal change with the currency symbol update only.
localedata/locales/bg_BG | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG
index 159a6c3334..eda2a8d01b 100644
--- a/localedata/locales/bg_BG
+++ b/localedata/locales/bg_BG
@@ -248,8 +248,8 @@ reorder-end
END LC_COLLATE
LC_MONETARY
-int_curr_symbol "BGN "
-currency_symbol "лв."
+int_curr_symbol "EUR "
+currency_symbol "€"
mon_decimal_point ","
mon_thousands_sep " "
mon_grouping 3
base-commit: 755798985d0dc2438c546851f926087158955614
More information about the Libc-alpha
mailing list