public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
From: Salonia Matteo <saloniamatteo@protonmail.com>
To: "libc-locales@sourceware.org" <libc-locales@sourceware.org>
Subject: Re: Updates for it_IT locale
Date: Thu, 02 Dec 2021 10:02:47 +0000	[thread overview]
Message-ID: <w_KNM1PCteun8H2apZ7JFfoUy_XsrE9eDX0-D2V1q2EjExo673ibyVqpGVILgzIo_slGl7XF2IA38XHVhAHuTabfdIxoyWo9grO_afQRNOY=@protonmail.com> (raw)
In-Reply-To: <ZT0-dnkT7n3gmGD5Mq9cfKfng4WQ1Qw8qEbcP-m-lRZ-oIhsAMjgLIbeFl9ymZtL7LYwkaIu75nRbgKPT0mHfjsI0gEBfV-6k2QZm_mp6yM=@protonmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 2771 bytes --]

Excuse me, I see the patch was not loaded properly; here it is inline:
PATCH_BEGIN

From: saloniamatteo <saloniamatteo@pm.me>
Date: Thu, 2 Dec 2021 10:00:00 +0100
Subject: Fix it_IT locale

Week days should be capitalized, not all lowercase.

diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT
index 8a10545de0..089b2c3d25 100644
--- a/localedata/locales/it_IT
+++ b/localedata/locales/it_IT
@@ -93,35 +93,35 @@ grouping                  3;3
 END LC_NUMERIC

 LC_TIME
-abday   "dom";"lun";/
-	"mar";"mer";/
-	"gio";"ven";/
-	"sab"
-day     "domenica";/
-	"luned<U00EC>";/
-	"marted<U00EC>";/
-	"mercoled<U00EC>";/
-	"gioved<U00EC>";/
-	"venerd<U00EC>";/
-	"sabato"
-abmon   "gen";"feb";/
-	"mar";"apr";/
-	"mag";"giu";/
-	"lug";"ago";/
-	"set";"ott";/
-	"nov";"dic"
-mon     "gennaio";/
-	"febbraio";/
-	"marzo";/
-	"aprile";/
-	"maggio";/
-	"giugno";/
-	"luglio";/
-	"agosto";/
-	"settembre";/
-	"ottobre";/
-	"novembre";/
-	"dicembre"
+abday   "Dom";"Lun";/
+	"Mar";"Mer";/
+	"Gio";"Ven";/
+	"Sab"
+day     "Domenica";/
+	"Luned<U00EC>";/
+	"Marted<U00EC>";/
+	"Mercoled<U00EC>";/
+	"Gioved<U00EC>";/
+	"Venerd<U00EC>";/
+	"Sabato"
+abmon   "Gen";"Feb";/
+	"Mar";"Apr";/
+	"Mag";"Giu";/
+	"Lug";"Ago";/
+	"Set";"Ott";/
+	"Nov";"Dic"
+mon     "Gennaio";/
+	"Febbraio";/
+	"Marzo";/
+	"Aprile";/
+	"Maggio";/
+	"Giugno";/
+	"Luglio";/
+	"Agosto";/
+	"Settembre";/
+	"Ottobre";/
+	"Novembre";/
+	"Dicembre"
 d_t_fmt "%a %-d %b %Y, %T"
 d_fmt   "%d//%m//%Y"
 t_fmt   "%T"
@@ -158,7 +158,7 @@ country_ab3 "ITA"
 country_num 380
 country_isbn "978-88,979-12"
 country_car  "I"
-lang_name    "italiano"
+lang_name    "Italiano"
 lang_ab      "it"
 lang_term    "ita"
 lang_lib    "ita"

PATCH_END

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Thursday, December 2nd, 2021 at 10:54 AM, Salonia Matteo via Libc-locales <libc-locales@sourceware.org> wrote:

> Greetings,
> 

> I have noticed glibc's it_IT locale has quite a few mistakes:
> 

> -   Abbreviated and Full week days (e.g. Monday/Lunedì) do not have a capital letter (should be Lunedì but it is lunedì)
> -   Abbreviated and Full months have the same problem as above, e.g. gennaio should be Gennaio
> -   Language name (lang_name) still has the same problem as above (italiano instead of Italiano)
>     

>     This bug is not present in other locales, as far as I know.
>     

>     Latest source check date: 02/12/2021 @ 10:45
>     

>     Version found in version.h: "2.34.9000" (development)
>     

>     I have made the following patch: fix-italian.patch (you can find it in the attachments)
>     

>     Here's a preview:
>     

>     [patch.png]

[-- Attachment #1.2: publickey - saloniamatteo@protonmail.com - 0x1E3B0A53.asc --]
[-- Type: application/pgp-keys, Size: 753 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

      reply	other threads:[~2021-12-02 10:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-02  9:54 Salonia Matteo
2021-12-02 10:02 ` Salonia Matteo [this message]

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='w_KNM1PCteun8H2apZ7JFfoUy_XsrE9eDX0-D2V1q2EjExo673ibyVqpGVILgzIo_slGl7XF2IA38XHVhAHuTabfdIxoyWo9grO_afQRNOY=@protonmail.com' \
    --to=saloniamatteo@protonmail.com \
    --cc=libc-locales@sourceware.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).