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 Date: Sat, 27 Apr 2024 23:22:01 +0200 Subject: [PATCH] localedata: add new locale scn_IT Signed-off-by: David Paleino --- 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