From c3f21242b652e7dad1460306741351dea57df868 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Wed, 18 Jun 2025 06:49:31 +0200 Subject: [PATCH] locale-eu_FR # DP: Description: #257840: locales: Please add the eu_FR locale # DP: Related bugs: #257840 # DP: Dpatch author: GOTO Masanori # DP: Patch author: Christian Perrier # DP: Upstream status: Not submitted # DP: Status Details: sending upstream # DP: Date: 2004-07-31 # DP: Description: #257840: locales: Please add the eu_FR locale # DP: Related bugs: #257840 # DP: Dpatch author: GOTO Masanori # DP: Patch author: Christian Perrier # DP: Upstream status: Not submitted # DP: Status Details: sending upstream # DP: Date: 2004-07-31 Gbp-Pq: Topic localedata Gbp-Pq: Name locale-eu_FR.diff --- localedata/SUPPORTED | 3 ++ localedata/locales/eu_FR | 83 +++++++++++++++++++++++++++++++++++ localedata/locales/eu_FR@euro | 83 +++++++++++++++++++++++++++++++++++ 3 files changed, 169 insertions(+) create mode 100644 localedata/locales/eu_FR create mode 100644 localedata/locales/eu_FR@euro diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 51892d54d..4160294ce 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -213,6 +213,9 @@ et_EE.ISO-8859-15/ISO-8859-15 \ eu_ES.UTF-8/UTF-8 \ eu_ES/ISO-8859-1 \ eu_ES@euro/ISO-8859-15 \ +eu_FR.UTF-8/UTF-8 \ +eu_FR/ISO-8859-1 \ +eu_FR@euro/ISO-8859-15 \ fa_IR/UTF-8 \ ff_SN/UTF-8 \ fi_FI.UTF-8/UTF-8 \ diff --git a/localedata/locales/eu_FR b/localedata/locales/eu_FR new file mode 100644 index 000000000..5c681db9f --- /dev/null +++ b/localedata/locales/eu_FR @@ -0,0 +1,83 @@ +comment_char % +escape_char / +% +% Basque Language Locale for France +% Language: eu +% Territory: FR +% Revision: 1.0 +% Date: 2004-06-24 +% Users: general +% Charset: ISO-8859-1 +% Distribution and use is free, also +% for commercial purposes. + +LC_IDENTIFICATION +title "Basque locale for France" +source "Christian Perrier and the Debian Project" +address "" +contact "Christian Perrier" +email "bubulle@debian.org" +tel "" +fax "" +language "Basque" +territory "France" +revision "1.0" +date "2004-06-24" +% +category "i18n:2012";LC_IDENTIFICATION +category "i18n:2012";LC_CTYPE +category "i18n:2012";LC_COLLATE +category "i18n:2012";LC_TIME +category "i18n:2012";LC_NUMERIC +category "i18n:2012";LC_MONETARY +category "i18n:2012";LC_MESSAGES +category "i18n:2012";LC_PAPER +category "i18n:2012";LC_NAME +category "i18n:2012";LC_ADDRESS +category "i18n:2012";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_COLLATE +copy "iso14651_t1" +END LC_COLLATE + +LC_CTYPE +copy "i18n" +END LC_CTYPE + +LC_MESSAGES +copy "eu_ES" +END LC_MESSAGES + +LC_MONETARY +copy "fr_FR" +END LC_MONETARY + +LC_NUMERIC +copy "fr_FR" +END LC_NUMERIC + +LC_TIME +copy "eu_ES" +END LC_TIME + +LC_PAPER +copy "fr_FR" +END LC_PAPER + +LC_TELEPHONE +copy "fr_FR" +END LC_TELEPHONE + +LC_MEASUREMENT +copy "fr_FR" +END LC_MEASUREMENT + +LC_NAME +copy "eu_ES" +END LC_NAME + +LC_ADDRESS +copy "fr_FR" +END LC_ADDRESS diff --git a/localedata/locales/eu_FR@euro b/localedata/locales/eu_FR@euro new file mode 100644 index 000000000..fa19c272d --- /dev/null +++ b/localedata/locales/eu_FR@euro @@ -0,0 +1,83 @@ +comment_char % +escape_char / +% +% Basque Language Locale for France +% Language: eu +% Territory: FR +% Revision: 1.0 +% Date: 2004-06-24 +% Users: general +% Charset: ISO-8859-15 +% Distribution and use is free, also +% for commercial purposes. + +LC_IDENTIFICATION +title "Basque locale for France" +source "Christian Perrier and the Debian Project" +address "" +contact "Christian Perrier" +email "bubulle@debian.org" +tel "" +fax "" +language "Basque" +territory "France" +revision "1.0" +date "2004-06-24" +% +category "i18n:2012";LC_IDENTIFICATION +category "i18n:2012";LC_CTYPE +category "i18n:2012";LC_COLLATE +category "i18n:2012";LC_TIME +category "i18n:2012";LC_NUMERIC +category "i18n:2012";LC_MONETARY +category "i18n:2012";LC_MESSAGES +category "i18n:2012";LC_PAPER +category "i18n:2012";LC_NAME +category "i18n:2012";LC_ADDRESS +category "i18n:2012";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_COLLATE +copy "iso14651_t1" +END LC_COLLATE + +LC_CTYPE +copy "i18n" +END LC_CTYPE + +LC_MESSAGES +copy "eu_ES" +END LC_MESSAGES + +LC_MONETARY +copy "fr_FR" +END LC_MONETARY + +LC_NUMERIC +copy "fr_FR" +END LC_NUMERIC + +LC_TIME +copy "eu_ES" +END LC_TIME + +LC_PAPER +copy "fr_FR" +END LC_PAPER + +LC_TELEPHONE +copy "fr_FR" +END LC_TELEPHONE + +LC_MEASUREMENT +copy "fr_FR" +END LC_MEASUREMENT + +LC_NAME +copy "eu_ES" +END LC_NAME + +LC_ADDRESS +copy "fr_FR" +END LC_ADDRESS -- 2.30.2