public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: David Paleino <dapal@debian.org>
To: Florian Weimer <fweimer@redhat.com>
Cc: dapal@debian.org, libc-alpha@sourceware.org,
	Mike FABIAN <mfabian@redhat.com>,
	tech@cademiasiciliana.org
Subject: Re: [PATCH] localedata: add new locales scn_IT and scn_US
Date: Tue, 14 May 2024 23:08:47 +0200	[thread overview]
Message-ID: <20240514230847.20b64f52@betelgeuse.hanskalabs.net> (raw)
In-Reply-To: <20240514225815.64de3afc@betelgeuse.hanskalabs.net>

[-- Attachment #1: Type: text/plain, Size: 3991 bytes --]

On Tue, 14 May 2024 22:58:15 +0200, David Paleino wrote:

> [..]
> Final patch attached, thank you!

Meh, I see on the online archives it gets attached a binary blob(?!)

Putting it in simple text format, sorry for the noise.
David

From f6ac8098264dcc4d1666b80bcb96eeda7b7084cd Mon Sep 17 00:00:00 2001
From: David Paleino <dapal@debian.org>
Date: Sat, 27 Apr 2024 23:22:01 +0200
Subject: [PATCH] localedata: add new locale scn_IT

Signed-off-by: David Paleino <dapal@debian.org>
---
 localedata/SUPPORTED      |   1 +
 localedata/locales/scn_IT | 138 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 139 insertions(+)
 create mode 100644 localedata/locales/scn_IT

diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index 759895cc3a..96ff43f8fd 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -394,6 +394,7 @@ sa_IN/UTF-8 \
 sah_RU/UTF-8 \
 sat_IN/UTF-8 \
 sc_IT/UTF-8 \
+scn_IT/UTF-8 \
 sd_IN/UTF-8 \
 sd_IN@devanagari/UTF-8 \
 se_NO/UTF-8 \
diff --git a/localedata/locales/scn_IT b/localedata/locales/scn_IT
new file mode 100644
index 0000000000..abf9b1e49f
--- /dev/null
+++ b/localedata/locales/scn_IT
@@ -0,0 +1,138 @@
+comment_char %
+escape_char /
+
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
+% Sicilian Language Locale for Italy
+% Source: Cademia Siciliana
+% Address: Via Convento S.F. di Paola, 73
+%    91100 Trapani, Italy
+% Contact: David Paleino
+% Email: david@cademiasiciliana.org
+% Tel:
+% Fax:
+% Language: scn
+% Territory: IT
+% Revision: 1.0
+% Date: 2024-04-27
+% Users: general
+
+LC_IDENTIFICATION
+title      "Sicilian locale for Italy"
+source     "Cademia Siciliana"
+address    "Via Convento S.F. di Paola, 73, 91100 Trapani, Italy"
+contact    ""
+email      "tech@cademiasiciliana.org"
+tel        ""
+fax        ""
+language   "Sicilian"
+territory  "Italy"
+revision   "1.0"
+date       "2024-04-27"
+
+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
+category "i18n:2012";LC_MEASUREMENT
+END LC_IDENTIFICATION
+
+LC_COLLATE
+copy "iso14651_t1"
+END LC_COLLATE
+
+LC_CTYPE
+copy "it_IT"
+
+translit_start
+ḌḌ "DDH"
+ḍḍ "ddh"
+Ḍḍ "Ddh"
+translit_end
+END LC_CTYPE
+
+LC_MESSAGES
+yesexpr "^[+1sSyY]"
+noexpr  "^[-0nN]"
+yesstr  "se"
+nostr   "no"
+END LC_MESSAGES
+
+LC_MONETARY
+copy "it_IT"
+END LC_MONETARY
+
+LC_NUMERIC
+copy "it_IT"
+END LC_NUMERIC
+
+LC_TIME
+copy "it_IT"
+
+abday   "dum";"lun";/
+	"mar";"mer";/
+	"jov";"ven";/
+	"sab"
+day     "dumìnica";/
+	"lunnidìa";/
+	"martidìa";/
+	"mercuridìa";/
+	"jovidìa";/
+	"venniridìa";/
+	"sàbbatu"
+abmon   "jin";"fri";/
+	"mar";"apr";/
+	"maj";"giu";/
+	"gnt";"agu";/
+	"sit";"utt";/
+	"nuv";"dic"
+mon     "jinnaru";/
+	"frivaru";/
+	"marzu";/
+	"aprili";/
+	"maju";/
+	"giugnu";/
+	"giugnettu";/
+	"agustu";/
+	"sittèmmiru";/
+	"uttùviru";/
+	"nuvèmmiru";/
+	"dicèmmiru"
+END LC_TIME
+
+LC_PAPER
+copy "it_IT"
+END LC_PAPER
+
+LC_TELEPHONE
+copy "it_IT"
+END LC_TELEPHONE
+
+LC_MEASUREMENT
+copy "it_IT"
+END LC_MEASUREMENT
+
+LC_NAME
+copy "it_IT"
+END LC_NAME
+
+LC_ADDRESS
+copy "it_IT"
+
+lang_name    "sicilianu"
+lang_ab      ""
+lang_term    "scn"
+lang_lib    "scn"
+END LC_ADDRESS
-- 
2.43.0

[-- Attachment #2: Firma digitale OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2024-05-14 21:08 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-27 21:37 David Paleino
2024-04-29 13:17 ` Florian Weimer
2024-05-01  0:09   ` David Paleino
2024-05-13 13:23     ` Florian Weimer
2024-05-14 20:58       ` David Paleino
2024-05-14 21:08         ` David Paleino [this message]
2024-05-15  4:37           ` Florian Weimer
2024-05-15 15:17           ` Mike FABIAN
2024-05-15 18:39             ` David Paleino
2024-05-16  7:38               ` Mike FABIAN
2024-05-16  8:08                 ` Mike FABIAN
2024-05-16  8:44                   ` Andreas Schwab
2024-05-16  9:47                     ` Florian Weimer
2024-05-16 10:22                       ` Andreas Schwab
2024-05-16 10:20                 ` Andreas Schwab
2024-05-16 11:00                   ` Andreas Schwab
2024-05-16 15:03                     ` Mike FABIAN
2024-05-16 15:20                       ` Andreas Schwab
2024-06-09  7:20                         ` Mike FABIAN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240514230847.20b64f52@betelgeuse.hanskalabs.net \
    --to=dapal@debian.org \
    --cc=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    --cc=mfabian@redhat.com \
    --cc=tech@cademiasiciliana.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).