From d05360f60d83d42782ed83fa9b7ec879b9966a81 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Wed, 30 Apr 2025 09:01:35 +0800 Subject: [PATCH] locale-en_DK # All lines beginning with `# DP:' are a description of the patch. # DP: Description: Improve en_DK and add en_DK.ISO-8859-15 to SUPPORTED # DP: This locale is only useful to provide ISO8601 date formats. # DP: Related bugs: #323159 # DP: Dpatch author: Denis Barbier # DP: Patch author: Jakob Bohm # DP: Upstream status: not submitted # DP: Date: 2006-01-16 # All lines beginning with `# DP:' are a description of the patch. # DP: Description: Improve en_DK and add en_DK.ISO-8859-15 to SUPPORTED # DP: This locale is only useful to provide ISO8601 date formats. # DP: Related bugs: #323159 # DP: Dpatch author: Denis Barbier # DP: Patch author: Jakob Bohm # DP: Upstream status: not submitted # DP: Date: 2006-01-16 Gbp-Pq: Topic localedata Gbp-Pq: Name locale-en_DK.diff --- localedata/SUPPORTED | 1 + localedata/locales/en_DK | 22 +++------------------- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 805caaff5..4356cb774 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -135,6 +135,7 @@ en_BW/ISO-8859-1 \ en_CA.UTF-8/UTF-8 \ en_CA/ISO-8859-1 \ en_DK.UTF-8/UTF-8 \ +en_DK.ISO-8859-15/ISO-8859-15 \ en_DK/ISO-8859-1 \ en_GB.UTF-8/UTF-8 \ en_GB/ISO-8859-1 \ diff --git a/localedata/locales/en_DK b/localedata/locales/en_DK index b7fde84aa..e88987fa4 100644 --- a/localedata/locales/en_DK +++ b/localedata/locales/en_DK @@ -63,27 +63,11 @@ copy "en_GB" END LC_CTYPE LC_MONETARY -int_curr_symbol "DKK " -currency_symbol "kr." -mon_decimal_point "," -mon_thousands_sep "." -mon_grouping 3;3 -positive_sign "" -negative_sign "-" -int_frac_digits 2 -frac_digits 2 -p_cs_precedes 1 -p_sep_by_space 0 -n_cs_precedes 1 -n_sep_by_space 0 -p_sign_posn 1 -n_sign_posn 1 +copy "da_DK" END LC_MONETARY LC_NUMERIC -decimal_point "," -thousands_sep "." -grouping 3;3 +copy "da_DK" END LC_NUMERIC LC_TIME @@ -153,7 +137,7 @@ copy "da_DK" END LC_MEASUREMENT LC_NAME -name_fmt "%d%t%g%t%m%t%f" +copy "da_DK" END LC_NAME LC_ADDRESS -- 2.30.2