From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3433C385DC1E; Tue, 11 Jun 2024 20:45:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3433C385DC1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718138755; bh=kSu9yD21RrTGsEpVqysaDOmMp47EIZF85zGFs7zgp8c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qo/ctXlYnw0IgrOZ94yr02n/+UAeageHGnlVMnKxo2xUhLeJxlp4YpsBbbg3uj+sG v2eKE9I8ckydQo7v8x9BMjueMVC0aRW/cz+lxVDxm2/Qs4mIdFuMUUXus3SOi4lMf2 +8Pan5xUIaKGFj4uKwPjYhqjiwtVxcBUVmfLhjfI= From: "rudolfs.mazurs at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/31411] Add Latgalian locale Date: Tue, 11 Jun 2024 20:45:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rudolfs.mazurs at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: maiku.fabian at gmail dot com X-Bugzilla-Target-Milestone: 2.40 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31411 --- Comment #5 from Rudolfs Mazurs --- Good catch about the day and month names. Originally I copied the day and m= onth names from ltg_LV file that was shipped in Austrumi Linux distribution, whe= re the developer was using archaic word forms. The forms in the comments are t= he standardized modern ones, I just forgot to update the variables. I would rather not encode the unicode code points. But if you rather I did,= let me know. (days from sunday to saturday) day "sv=C4=81td=C4=ABne";/ "pyrm=C5=ABd=C4=ABne";/ "=C5=ABtard=C4=ABne";/ "tre=C5=A1d=C4=ABne";/ "cat=C5=ABrtd=C4=ABne";/ "p=C4=ABktd=C4=ABne";/ "sastd=C4=ABne" abmon "jan";"feb";/ "mar";"apr";/ "maj";"ju=C5=86";/ "ju=C4=BC";"aug";/ "sep";"okt";/ "nov";"dec" mon "janvars";/ "februars";/ "marts";/ "apre=C4=BCs";/ "majs";/ "ju=C5=86s";/ "ju=C4=BCs";/ "augusts";/ "septembris";/ "oktobris";/ "novembris";/ "decembris" Other than that, the commit looks good to me. --=20 You are receiving this mail because: You are on the CC list for the bug.=