public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: David Paleino <dapal@debian.org>
Cc: 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: Mon, 13 May 2024 15:23:59 +0200	[thread overview]
Message-ID: <87msotn8uo.fsf@oldenburg.str.redhat.com> (raw)
In-Reply-To: <20240501020934.7771d8c8@betelgeuse.hanskalabs.net> (David Paleino's message of "Wed, 1 May 2024 02:09:34 +0200")

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

David, I completed the UTF-8 conversion.  Would you please double-check
that it's correct and resubmit as appropriate?

Thanks,
Florian

[-- Attachment #2: scn_IT --]
[-- Type: text/plain, Size: 2641 bytes --]

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";/
	"vènniri";/
	"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";/
	"novè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

  reply	other threads:[~2024-05-13 13:24 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 [this message]
2024-05-14 20:58       ` David Paleino
2024-05-14 21:08         ` David Paleino
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=87msotn8uo.fsf@oldenburg.str.redhat.com \
    --to=fweimer@redhat.com \
    --cc=dapal@debian.org \
    --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).