[1/1] Change thousands separator to space

Message ID 20240119133126.34198-2-yingxiang.yao@kasumi321.de
State Not applicable
Headers
Series Adaption of space as thousands separator |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
redhat-pt-bot/TryBot-32bit fail Patch series failed to apply

Commit Message

Yingxiang Yao Jan. 19, 2024, 1:31 p.m. UTC
  ---
 localedata/locales/en_EU | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/localedata/locales/en_EU b/localedata/locales/en_EU
index 5c84a1ef9e..d112a1fdfb 100644
--- a/localedata/locales/en_EU
+++ b/localedata/locales/en_EU
@@ -56,7 +56,7 @@  LC_MONETARY
 int_curr_symbol      "EUR "
 currency_symbol      "€"
 mon_decimal_point    ","
-mon_thousands_sep    "."
+mon_thousands_sep    " "
 mon_grouping         3;3
 positive_sign        ""
 negative_sign        "-"