From 106f4b607874450260ee943ecfbe98f5c93688d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20K=C3=B6nig?= Date: Tue, 9 Jul 2024 20:44:04 +0200 Subject: [PATCH] Add "mis" language code --- VERSION | 2 +- modules/core/tools/validators.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7fddf5e54..0de7966d3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -nursix-dev-5953-g8dbe7304b (2024-07-09 20:39:27) +nursix-dev-5954-ge1b37d4e7 (2024-07-09 20:44:04) diff --git a/modules/core/tools/validators.py b/modules/core/tools/validators.py index a6903a92e..068c3fde8 100644 --- a/modules/core/tools/validators.py +++ b/modules/core/tools/validators.py @@ -3237,6 +3237,7 @@ def language_codes(): ("zun", "Zuni"), #("zxx", "No linguistic content; Not applicable"), ("zza", "Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki"), + ("mis", "Miscellaneous"), ] settings = current.deployment_settings