From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2013) id 1C1593857713; Thu, 11 Jan 2024 16:01:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C1593857713 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704988916; bh=x01SS1Gkn7VJiE0qxFfpvlRsOvL8+jukLjxAw0BGla4=; h=From:To:Subject:Date:From; b=VY1HZqEami/efsTD3dUDBPtgKqjaTSiktmIMsF0QAfSWkwZuv1wFEdYEr042h6Eu7 L7I+37YRNcLC+8D5SI5CDdFSiWw60YiVQXBVCLowTHDxl4rIdgKBA/fVC5TahmHv35 M9T+Gi7O/ubjq1RqYzttMaOwMRk8dDt3hdYwhOjU= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Mike Fabian To: glibc-cvs@sourceware.org Subject: [glibc] Define ISO 639-3 "glk" (Gilaki) X-Act-Checkin: glibc X-Git-Author: Mike FABIAN X-Git-Refname: refs/heads/master X-Git-Oldrev: 0aabf15a3515a996bd415ff37e29326286c8007e X-Git-Newrev: 5398d5cf3adee24b80e2a40423c42b79f731241c Message-Id: <20240111160156.1C1593857713@sourceware.org> Date: Thu, 11 Jan 2024 16:01:56 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5398d5cf3adee24b80e2a40423c42b79f731241c commit 5398d5cf3adee24b80e2a40423c42b79f731241c Author: Mike FABIAN Date: Thu Jan 11 16:34:49 2024 +0100 Define ISO 639-3 "glk" (Gilaki) Resolves: BZ # 27163 References: https://iso639-3.sil.org/code/glk https://en.wikipedia.org/wiki/Gilaki_language Diff: --- locale/iso-639.def | 1 + 1 file changed, 1 insertion(+) diff --git a/locale/iso-639.def b/locale/iso-639.def index 313154bd3c..120288d336 100644 --- a/locale/iso-639.def +++ b/locale/iso-639.def @@ -181,6 +181,7 @@ DEFINE_LANGUAGE_CODE3 ("German, Old High (ca.750-1050)", goh, goh) DEFINE_LANGUAGE_CODE3 ("Germanic (Other)", gem, gem) DEFINE_LANGUAGE_CODE ("German", de, deu, ger) DEFINE_LANGUAGE_CODE3 ("Swiss German; Alemannic", gsw, gsw) +DEFINE_LANGUAGE_CODE3 ("Gilaki", glk, glk) DEFINE_LANGUAGE_CODE3 ("Gilbertese", gil, gil) DEFINE_LANGUAGE_CODE3 ("Gondi", gon, gon) DEFINE_LANGUAGE_CODE3 ("Gorontalo", gor, gor)