Set the currency symbol in Bulgarian locale to euro (RHEL-137186)
Resolves: RHEL-137186
This commit is contained in:
parent
7da8fd8c51
commit
a4f5c93ccf
31
glibc-RHEL-137186.patch
Normal file
31
glibc-RHEL-137186.patch
Normal file
@ -0,0 +1,31 @@
|
||||
commit 78fdb2d6b1c34ea8e779fd48f9436dfbd50b6387
|
||||
Author: Florian Weimer <fweimer@redhat.com>
|
||||
Date: Thu Jan 8 12:35:08 2026 +0100
|
||||
|
||||
Switch currency symbol for the bg_BG locale to euro
|
||||
|
||||
Bulgaria joined the eurozone on 2026-01-01.
|
||||
|
||||
Suggested-by: Йордан Гигов <jgigov@abv.bg>
|
||||
Reviewed-by: Collin Funk <collin.funk1@gmail.com>
|
||||
|
||||
Conflicts:
|
||||
localedata/locales/bg_BG
|
||||
(Adjust for missing UTF-8 conversion and separator/grouping
|
||||
fixes downstream)
|
||||
|
||||
diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG
|
||||
index 7dcd03fafc1fb394..c8a2e6a70857c80e 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 "<U043B><U0432>."
|
||||
+int_curr_symbol "EUR "
|
||||
+currency_symbol "<U20AC>"
|
||||
mon_decimal_point ","
|
||||
mon_thousands_sep "<U202F>"
|
||||
mon_grouping 3;3
|
||||
Loading…
Reference in New Issue
Block a user