From nobody Tue Nov 16 16:03:21 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3A8CA18559B1; Tue, 16 Nov 2021 16:03:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HtrSp173Gz4Tfd; Tue, 16 Nov 2021 16:03:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0784710784; Tue, 16 Nov 2021 16:03:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AGG3LBR090712; Tue, 16 Nov 2021 16:03:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AGG3Lg0090711; Tue, 16 Nov 2021 16:03:21 GMT (envelope-from git) Date: Tue, 16 Nov 2021 16:03:21 GMT Message-Id: <202111161603.1AGG3Lg0090711@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gleb Popov Subject: git: cc9f166a4860 - main - misc/iso-codes: Update to 4.7 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arrowd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cc9f166a4860a9f133a0b7b96c6c19e87553eaf9 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc9f166a4860a9f133a0b7b96c6c19e87553eaf9 commit cc9f166a4860a9f133a0b7b96c6c19e87553eaf9 Author: Gleb Popov AuthorDate: 2021-11-02 13:39:59 +0000 Commit: Gleb Popov CommitDate: 2021-11-16 16:03:16 +0000 misc/iso-codes: Update to 4.7 PR: 259610 Approved by: kwm (maintainer timeout) --- misc/iso-codes/Makefile | 4 +- misc/iso-codes/distinfo | 6 +-- misc/iso-codes/pkg-plist | 96 ++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 98 insertions(+), 8 deletions(-) diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 33d78f3109a8..7e2108fe3cec 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast PORTNAME= iso-codes -PORTVERSION= 4.2 +PORTVERSION= 4.7 CATEGORIES= misc MAINTAINER= kwm@FreeBSD.org @@ -17,7 +17,7 @@ NO_ARCH= yes USE_GITLAB= yes GL_SITE= https://salsa.debian.org GL_ACCOUNT= iso-codes-team -GL_COMMIT= 58a4f20f8e6f4d8f9545333f3eae4cfe5678de16 +GL_COMMIT= 59767ed869f3952575f7d0f639a290a4c4b315e5 BINARY_ALIAS= python3=${PYTHON_VERSION} diff --git a/misc/iso-codes/distinfo b/misc/iso-codes/distinfo index 041ad0c83aa4..a6cc55ad7732 100644 --- a/misc/iso-codes/distinfo +++ b/misc/iso-codes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617891572 -SHA256 (iso-codes-team-iso-codes-58a4f20f8e6f4d8f9545333f3eae4cfe5678de16_GL0.tar.gz) = f616f3ca3ce748b480e9d9befa9e2b4cad9210a326a55c3216c71e440f855656 -SIZE (iso-codes-team-iso-codes-58a4f20f8e6f4d8f9545333f3eae4cfe5678de16_GL0.tar.gz) = 13108137 +TIMESTAMP = 1635859986 +SHA256 (iso-codes-team-iso-codes-59767ed869f3952575f7d0f639a290a4c4b315e5_GL0.tar.gz) = febe724e19be67d6c8c1d2d8dfa65c2b4c9a6d8c030f08fc3c340a383579ed24 +SIZE (iso-codes-team-iso-codes-59767ed869f3952575f7d0f639a290a4c4b315e5_GL0.tar.gz) = 14129768 diff --git a/misc/iso-codes/pkg-plist b/misc/iso-codes/pkg-plist index ed0c1966708c..5a29bcb79ee0 100644 --- a/misc/iso-codes/pkg-plist +++ b/misc/iso-codes/pkg-plist @@ -43,6 +43,7 @@ share/locale/ar/LC_MESSAGES/iso_15924.mo share/locale/ar/LC_MESSAGES/iso_3166-1.mo share/locale/ar/LC_MESSAGES/iso_3166-3.mo share/locale/ar/LC_MESSAGES/iso_3166.mo +share/locale/ar/LC_MESSAGES/iso_4217.mo share/locale/ar/LC_MESSAGES/iso_639-2.mo share/locale/ar/LC_MESSAGES/iso_639-3.mo share/locale/ar/LC_MESSAGES/iso_639.mo @@ -52,13 +53,19 @@ share/locale/as/LC_MESSAGES/iso_3166-3.mo share/locale/as/LC_MESSAGES/iso_3166.mo share/locale/as/LC_MESSAGES/iso_639-2.mo share/locale/as/LC_MESSAGES/iso_639.mo +share/locale/ast/LC_MESSAGES/iso_15924.mo share/locale/ast/LC_MESSAGES/iso_3166-1.mo +share/locale/ast/LC_MESSAGES/iso_3166-2.mo share/locale/ast/LC_MESSAGES/iso_3166-3.mo share/locale/ast/LC_MESSAGES/iso_3166.mo +share/locale/ast/LC_MESSAGES/iso_3166_2.mo +share/locale/ast/LC_MESSAGES/iso_4217.mo share/locale/ast/LC_MESSAGES/iso_639-2.mo share/locale/ast/LC_MESSAGES/iso_639-3.mo +share/locale/ast/LC_MESSAGES/iso_639-5.mo share/locale/ast/LC_MESSAGES/iso_639.mo share/locale/ast/LC_MESSAGES/iso_639_3.mo +share/locale/ast/LC_MESSAGES/iso_639_5.mo share/locale/ay/LC_MESSAGES/iso_3166-1.mo share/locale/ay/LC_MESSAGES/iso_3166.mo share/locale/az/LC_MESSAGES/iso_3166-1.mo @@ -82,8 +89,10 @@ share/locale/be/LC_MESSAGES/iso_3166.mo share/locale/be/LC_MESSAGES/iso_3166_2.mo share/locale/be/LC_MESSAGES/iso_4217.mo share/locale/be/LC_MESSAGES/iso_639-2.mo +share/locale/be/LC_MESSAGES/iso_639-3.mo share/locale/be/LC_MESSAGES/iso_639-5.mo share/locale/be/LC_MESSAGES/iso_639.mo +share/locale/be/LC_MESSAGES/iso_639_3.mo share/locale/be/LC_MESSAGES/iso_639_5.mo share/locale/bg/LC_MESSAGES/iso_15924.mo share/locale/bg/LC_MESSAGES/iso_3166-1.mo @@ -100,10 +109,20 @@ share/locale/bi/LC_MESSAGES/iso_3166.mo share/locale/bn/LC_MESSAGES/iso_3166-1.mo share/locale/bn/LC_MESSAGES/iso_3166-3.mo share/locale/bn/LC_MESSAGES/iso_3166.mo +share/locale/bn/LC_MESSAGES/iso_4217.mo share/locale/bn/LC_MESSAGES/iso_639-2.mo share/locale/bn/LC_MESSAGES/iso_639-3.mo +share/locale/bn/LC_MESSAGES/iso_639-5.mo share/locale/bn/LC_MESSAGES/iso_639.mo share/locale/bn/LC_MESSAGES/iso_639_3.mo +share/locale/bn/LC_MESSAGES/iso_639_5.mo +share/locale/bn_BD/LC_MESSAGES/iso_15924.mo +share/locale/bn_BD/LC_MESSAGES/iso_3166-2.mo +share/locale/bn_BD/LC_MESSAGES/iso_3166_2.mo +share/locale/bn_BD/LC_MESSAGES/iso_639-2.mo +share/locale/bn_BD/LC_MESSAGES/iso_639-5.mo +share/locale/bn_BD/LC_MESSAGES/iso_639.mo +share/locale/bn_BD/LC_MESSAGES/iso_639_5.mo share/locale/bn_IN/LC_MESSAGES/iso_3166-1.mo share/locale/bn_IN/LC_MESSAGES/iso_3166-3.mo share/locale/bn_IN/LC_MESSAGES/iso_3166.mo @@ -173,6 +192,7 @@ share/locale/cs/LC_MESSAGES/iso_639.mo share/locale/cs/LC_MESSAGES/iso_639_3.mo share/locale/csb/LC_MESSAGES/iso_3166-1.mo share/locale/csb/LC_MESSAGES/iso_3166.mo +share/locale/cv/LC_MESSAGES/iso_15924.mo share/locale/cv/LC_MESSAGES/iso_3166-1.mo share/locale/cv/LC_MESSAGES/iso_3166.mo share/locale/cy/LC_MESSAGES/iso_15924.mo @@ -192,8 +212,10 @@ share/locale/da/LC_MESSAGES/iso_3166_2.mo share/locale/da/LC_MESSAGES/iso_4217.mo share/locale/da/LC_MESSAGES/iso_639-2.mo share/locale/da/LC_MESSAGES/iso_639-3.mo +share/locale/da/LC_MESSAGES/iso_639-5.mo share/locale/da/LC_MESSAGES/iso_639.mo share/locale/da/LC_MESSAGES/iso_639_3.mo +share/locale/da/LC_MESSAGES/iso_639_5.mo share/locale/de/LC_MESSAGES/iso_15924.mo share/locale/de/LC_MESSAGES/iso_3166-1.mo share/locale/de/LC_MESSAGES/iso_3166-2.mo @@ -223,8 +245,10 @@ share/locale/el/LC_MESSAGES/iso_3166_2.mo share/locale/el/LC_MESSAGES/iso_4217.mo share/locale/el/LC_MESSAGES/iso_639-2.mo share/locale/el/LC_MESSAGES/iso_639-3.mo +share/locale/el/LC_MESSAGES/iso_639-5.mo share/locale/el/LC_MESSAGES/iso_639.mo share/locale/el/LC_MESSAGES/iso_639_3.mo +share/locale/el/LC_MESSAGES/iso_639_5.mo share/locale/en/LC_MESSAGES/iso_3166-2.mo share/locale/en/LC_MESSAGES/iso_3166_2.mo share/locale/eo/LC_MESSAGES/iso_15924.mo @@ -261,19 +285,23 @@ share/locale/et/LC_MESSAGES/iso_639-5.mo share/locale/et/LC_MESSAGES/iso_639.mo share/locale/et/LC_MESSAGES/iso_639_3.mo share/locale/et/LC_MESSAGES/iso_639_5.mo +share/locale/eu/LC_MESSAGES/iso_15924.mo share/locale/eu/LC_MESSAGES/iso_3166-1.mo share/locale/eu/LC_MESSAGES/iso_3166-2.mo share/locale/eu/LC_MESSAGES/iso_3166-3.mo share/locale/eu/LC_MESSAGES/iso_3166.mo share/locale/eu/LC_MESSAGES/iso_3166_2.mo +share/locale/eu/LC_MESSAGES/iso_4217.mo share/locale/eu/LC_MESSAGES/iso_639-2.mo share/locale/eu/LC_MESSAGES/iso_639-3.mo share/locale/eu/LC_MESSAGES/iso_639.mo share/locale/eu/LC_MESSAGES/iso_639_3.mo share/locale/fa/LC_MESSAGES/iso_15924.mo share/locale/fa/LC_MESSAGES/iso_3166-1.mo +share/locale/fa/LC_MESSAGES/iso_3166-2.mo share/locale/fa/LC_MESSAGES/iso_3166-3.mo share/locale/fa/LC_MESSAGES/iso_3166.mo +share/locale/fa/LC_MESSAGES/iso_3166_2.mo share/locale/fa/LC_MESSAGES/iso_639-2.mo share/locale/fa/LC_MESSAGES/iso_639-3.mo share/locale/fa/LC_MESSAGES/iso_639.mo @@ -291,6 +319,9 @@ share/locale/fi/LC_MESSAGES/iso_639-2.mo share/locale/fi/LC_MESSAGES/iso_639-3.mo share/locale/fi/LC_MESSAGES/iso_639.mo share/locale/fi/LC_MESSAGES/iso_639_3.mo +share/locale/fil/LC_MESSAGES/iso_15924.mo +share/locale/fil/LC_MESSAGES/iso_3166-1.mo +share/locale/fil/LC_MESSAGES/iso_3166.mo share/locale/fo/LC_MESSAGES/iso_3166-1.mo share/locale/fo/LC_MESSAGES/iso_3166-3.mo share/locale/fo/LC_MESSAGES/iso_3166.mo @@ -310,7 +341,12 @@ share/locale/fr/LC_MESSAGES/iso_639_5.mo share/locale/frp/LC_MESSAGES/iso_3166-1.mo share/locale/frp/LC_MESSAGES/iso_3166.mo share/locale/fur/LC_MESSAGES/iso_3166-1.mo +share/locale/fur/LC_MESSAGES/iso_3166-3.mo share/locale/fur/LC_MESSAGES/iso_3166.mo +share/locale/fur/LC_MESSAGES/iso_639-2.mo +share/locale/fur/LC_MESSAGES/iso_639-5.mo +share/locale/fur/LC_MESSAGES/iso_639.mo +share/locale/fur/LC_MESSAGES/iso_639_5.mo share/locale/fy/LC_MESSAGES/iso_3166-1.mo share/locale/fy/LC_MESSAGES/iso_3166.mo share/locale/ga/LC_MESSAGES/iso_3166-1.mo @@ -357,8 +393,10 @@ share/locale/haw/LC_MESSAGES/iso_3166-3.mo share/locale/haw/LC_MESSAGES/iso_3166.mo share/locale/he/LC_MESSAGES/iso_15924.mo share/locale/he/LC_MESSAGES/iso_3166-1.mo +share/locale/he/LC_MESSAGES/iso_3166-2.mo share/locale/he/LC_MESSAGES/iso_3166-3.mo share/locale/he/LC_MESSAGES/iso_3166.mo +share/locale/he/LC_MESSAGES/iso_3166_2.mo share/locale/he/LC_MESSAGES/iso_639-2.mo share/locale/he/LC_MESSAGES/iso_639-3.mo share/locale/he/LC_MESSAGES/iso_639.mo @@ -370,14 +408,19 @@ share/locale/hi/LC_MESSAGES/iso_639-2.mo share/locale/hi/LC_MESSAGES/iso_639-3.mo share/locale/hi/LC_MESSAGES/iso_639.mo share/locale/hi/LC_MESSAGES/iso_639_3.mo +share/locale/hr/LC_MESSAGES/iso_15924.mo share/locale/hr/LC_MESSAGES/iso_3166-1.mo +share/locale/hr/LC_MESSAGES/iso_3166-2.mo share/locale/hr/LC_MESSAGES/iso_3166-3.mo share/locale/hr/LC_MESSAGES/iso_3166.mo +share/locale/hr/LC_MESSAGES/iso_3166_2.mo share/locale/hr/LC_MESSAGES/iso_4217.mo share/locale/hr/LC_MESSAGES/iso_639-2.mo share/locale/hr/LC_MESSAGES/iso_639-3.mo +share/locale/hr/LC_MESSAGES/iso_639-5.mo share/locale/hr/LC_MESSAGES/iso_639.mo share/locale/hr/LC_MESSAGES/iso_639_3.mo +share/locale/hr/LC_MESSAGES/iso_639_5.mo share/locale/ht/LC_MESSAGES/iso_3166-1.mo share/locale/ht/LC_MESSAGES/iso_3166.mo share/locale/hu/LC_MESSAGES/iso_15924.mo @@ -459,8 +502,18 @@ share/locale/jam/LC_MESSAGES/iso_3166.mo share/locale/ka/LC_MESSAGES/iso_3166-1.mo share/locale/ka/LC_MESSAGES/iso_3166-3.mo share/locale/ka/LC_MESSAGES/iso_3166.mo +share/locale/kab/LC_MESSAGES/iso_15924.mo share/locale/kab/LC_MESSAGES/iso_3166-1.mo +share/locale/kab/LC_MESSAGES/iso_3166-2.mo share/locale/kab/LC_MESSAGES/iso_3166.mo +share/locale/kab/LC_MESSAGES/iso_3166_2.mo +share/locale/kab/LC_MESSAGES/iso_4217.mo +share/locale/kab/LC_MESSAGES/iso_639-2.mo +share/locale/kab/LC_MESSAGES/iso_639-3.mo +share/locale/kab/LC_MESSAGES/iso_639-5.mo +share/locale/kab/LC_MESSAGES/iso_639.mo +share/locale/kab/LC_MESSAGES/iso_639_3.mo +share/locale/kab/LC_MESSAGES/iso_639_5.mo share/locale/ki/LC_MESSAGES/iso_3166-1.mo share/locale/ki/LC_MESSAGES/iso_3166.mo share/locale/kk/LC_MESSAGES/iso_3166-1.mo @@ -471,6 +524,9 @@ share/locale/kl/LC_MESSAGES/iso_3166.mo share/locale/km/LC_MESSAGES/iso_3166-1.mo share/locale/km/LC_MESSAGES/iso_3166-3.mo share/locale/km/LC_MESSAGES/iso_3166.mo +share/locale/kmr/LC_MESSAGES/iso_3166-1.mo +share/locale/kmr/LC_MESSAGES/iso_3166-3.mo +share/locale/kmr/LC_MESSAGES/iso_3166.mo share/locale/kn/LC_MESSAGES/iso_3166-1.mo share/locale/kn/LC_MESSAGES/iso_3166-3.mo share/locale/kn/LC_MESSAGES/iso_3166.mo @@ -493,9 +549,6 @@ share/locale/kok/LC_MESSAGES/iso_639-2.mo share/locale/kok/LC_MESSAGES/iso_639-3.mo share/locale/kok/LC_MESSAGES/iso_639.mo share/locale/kok/LC_MESSAGES/iso_639_3.mo -share/locale/ku/LC_MESSAGES/iso_3166-1.mo -share/locale/ku/LC_MESSAGES/iso_3166-3.mo -share/locale/ku/LC_MESSAGES/iso_3166.mo share/locale/kv/LC_MESSAGES/iso_3166-1.mo share/locale/kv/LC_MESSAGES/iso_3166.mo share/locale/kw/LC_MESSAGES/iso_3166-1.mo @@ -598,6 +651,10 @@ share/locale/nb/LC_MESSAGES/iso_639-2.mo share/locale/nb/LC_MESSAGES/iso_639-3.mo share/locale/nb/LC_MESSAGES/iso_639.mo share/locale/nb/LC_MESSAGES/iso_639_3.mo +share/locale/nb_NO/LC_MESSAGES/iso_3166-2.mo +share/locale/nb_NO/LC_MESSAGES/iso_3166_2.mo +share/locale/nb_NO/LC_MESSAGES/iso_639-5.mo +share/locale/nb_NO/LC_MESSAGES/iso_639_5.mo share/locale/ne/LC_MESSAGES/iso_3166-1.mo share/locale/ne/LC_MESSAGES/iso_3166-3.mo share/locale/ne/LC_MESSAGES/iso_3166.mo @@ -643,8 +700,10 @@ share/locale/oc/LC_MESSAGES/iso_3166_2.mo share/locale/oc/LC_MESSAGES/iso_4217.mo share/locale/oc/LC_MESSAGES/iso_639-2.mo share/locale/oc/LC_MESSAGES/iso_639-3.mo +share/locale/oc/LC_MESSAGES/iso_639-5.mo share/locale/oc/LC_MESSAGES/iso_639.mo share/locale/oc/LC_MESSAGES/iso_639_3.mo +share/locale/oc/LC_MESSAGES/iso_639_5.mo share/locale/or/LC_MESSAGES/iso_3166-1.mo share/locale/or/LC_MESSAGES/iso_3166-3.mo share/locale/or/LC_MESSAGES/iso_3166.mo @@ -694,13 +753,17 @@ share/locale/pt/LC_MESSAGES/iso_639.mo share/locale/pt/LC_MESSAGES/iso_639_3.mo share/locale/pt_BR/LC_MESSAGES/iso_15924.mo share/locale/pt_BR/LC_MESSAGES/iso_3166-1.mo +share/locale/pt_BR/LC_MESSAGES/iso_3166-2.mo share/locale/pt_BR/LC_MESSAGES/iso_3166-3.mo share/locale/pt_BR/LC_MESSAGES/iso_3166.mo +share/locale/pt_BR/LC_MESSAGES/iso_3166_2.mo share/locale/pt_BR/LC_MESSAGES/iso_4217.mo share/locale/pt_BR/LC_MESSAGES/iso_639-2.mo share/locale/pt_BR/LC_MESSAGES/iso_639-3.mo +share/locale/pt_BR/LC_MESSAGES/iso_639-5.mo share/locale/pt_BR/LC_MESSAGES/iso_639.mo share/locale/pt_BR/LC_MESSAGES/iso_639_3.mo +share/locale/pt_BR/LC_MESSAGES/iso_639_5.mo share/locale/ro/LC_MESSAGES/iso_15924.mo share/locale/ro/LC_MESSAGES/iso_3166-1.mo share/locale/ro/LC_MESSAGES/iso_3166-2.mo @@ -714,8 +777,10 @@ share/locale/ro/LC_MESSAGES/iso_639.mo share/locale/ro/LC_MESSAGES/iso_639_3.mo share/locale/ru/LC_MESSAGES/iso_15924.mo share/locale/ru/LC_MESSAGES/iso_3166-1.mo +share/locale/ru/LC_MESSAGES/iso_3166-2.mo share/locale/ru/LC_MESSAGES/iso_3166-3.mo share/locale/ru/LC_MESSAGES/iso_3166.mo +share/locale/ru/LC_MESSAGES/iso_3166_2.mo share/locale/ru/LC_MESSAGES/iso_4217.mo share/locale/ru/LC_MESSAGES/iso_639-2.mo share/locale/ru/LC_MESSAGES/iso_639-3.mo @@ -744,6 +809,7 @@ share/locale/sc/LC_MESSAGES/iso_639_3.mo share/locale/sc/LC_MESSAGES/iso_639_5.mo share/locale/sd/LC_MESSAGES/iso_3166-1.mo share/locale/sd/LC_MESSAGES/iso_3166.mo +share/locale/si/LC_MESSAGES/iso_15924.mo share/locale/si/LC_MESSAGES/iso_3166-1.mo share/locale/si/LC_MESSAGES/iso_3166-3.mo share/locale/si/LC_MESSAGES/iso_3166.mo @@ -769,14 +835,30 @@ share/locale/sl/LC_MESSAGES/iso_639-2.mo share/locale/sl/LC_MESSAGES/iso_639-3.mo share/locale/sl/LC_MESSAGES/iso_639.mo share/locale/sl/LC_MESSAGES/iso_639_3.mo +share/locale/so/LC_MESSAGES/iso_15924.mo share/locale/so/LC_MESSAGES/iso_3166-1.mo +share/locale/so/LC_MESSAGES/iso_3166-2.mo share/locale/so/LC_MESSAGES/iso_3166-3.mo share/locale/so/LC_MESSAGES/iso_3166.mo +share/locale/so/LC_MESSAGES/iso_3166_2.mo +share/locale/so/LC_MESSAGES/iso_4217.mo +share/locale/so/LC_MESSAGES/iso_639-3.mo +share/locale/so/LC_MESSAGES/iso_639_3.mo share/locale/son/LC_MESSAGES/iso_3166-1.mo share/locale/son/LC_MESSAGES/iso_3166.mo +share/locale/sq/LC_MESSAGES/iso_15924.mo share/locale/sq/LC_MESSAGES/iso_3166-1.mo +share/locale/sq/LC_MESSAGES/iso_3166-2.mo share/locale/sq/LC_MESSAGES/iso_3166-3.mo share/locale/sq/LC_MESSAGES/iso_3166.mo +share/locale/sq/LC_MESSAGES/iso_3166_2.mo +share/locale/sq/LC_MESSAGES/iso_4217.mo +share/locale/sq/LC_MESSAGES/iso_639-2.mo +share/locale/sq/LC_MESSAGES/iso_639-3.mo +share/locale/sq/LC_MESSAGES/iso_639-5.mo +share/locale/sq/LC_MESSAGES/iso_639.mo +share/locale/sq/LC_MESSAGES/iso_639_3.mo +share/locale/sq/LC_MESSAGES/iso_639_5.mo share/locale/sr/LC_MESSAGES/iso_15924.mo share/locale/sr/LC_MESSAGES/iso_3166-1.mo share/locale/sr/LC_MESSAGES/iso_3166-2.mo @@ -833,6 +915,8 @@ share/locale/te/LC_MESSAGES/iso_639-2.mo share/locale/te/LC_MESSAGES/iso_639.mo share/locale/tg/LC_MESSAGES/iso_3166-1.mo share/locale/tg/LC_MESSAGES/iso_3166.mo +share/locale/tg/LC_MESSAGES/iso_639-2.mo +share/locale/tg/LC_MESSAGES/iso_639.mo share/locale/th/LC_MESSAGES/iso_15924.mo share/locale/th/LC_MESSAGES/iso_3166-1.mo share/locale/th/LC_MESSAGES/iso_3166-2.mo @@ -889,6 +973,12 @@ share/locale/tt@iqtelif/LC_MESSAGES/iso_639-2.mo share/locale/tt@iqtelif/LC_MESSAGES/iso_639-3.mo share/locale/tt@iqtelif/LC_MESSAGES/iso_639.mo share/locale/tt@iqtelif/LC_MESSAGES/iso_639_3.mo +share/locale/tzm/LC_MESSAGES/iso_15924.mo +share/locale/tzm/LC_MESSAGES/iso_3166-1.mo +share/locale/tzm/LC_MESSAGES/iso_3166.mo +share/locale/tzm/LC_MESSAGES/iso_4217.mo +share/locale/tzm/LC_MESSAGES/iso_639-2.mo +share/locale/tzm/LC_MESSAGES/iso_639.mo share/locale/ug/LC_MESSAGES/iso_3166-1.mo share/locale/ug/LC_MESSAGES/iso_3166-3.mo share/locale/ug/LC_MESSAGES/iso_3166.mo