[1/1] Changed white space to thin space

Message ID 20240121180145.49497-2-yingxiang.yao@kasumi321.de
State Not applicable
Headers
Series Adaption of thin space instead of white space |

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. 21, 2024, 6:01 p.m. UTC
  ---
 localedata/locales/en_EU | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
  

Patch

diff --git a/localedata/locales/en_EU b/localedata/locales/en_EU
index d112a1fdfb..a1b82f382c 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        "-"
@@ -70,9 +70,10 @@  p_sign_posn          1
 n_sign_posn          1
 END LC_MONETARY
 
+% I use thin space for thousands separator as fr_FR
 LC_NUMERIC
 decimal_point        ","
-thousands_sep        "."
+thousands_sep        " "
 grouping             3;3
 END LC_NUMERIC