From 473a11f9d8b45d04ce535732a577f7bb416df4dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Va=CC=81clav=20Volhejn?= <vaclav.volhejn@gmail.com>
Date: Thu, 7 Jan 2021 13:32:37 +0100
Subject: [PATCH] =?UTF-8?q?Zkr=C3=A1tit=20'Z=C5=A0=20a=20M=C5=A0'=20na=20'?=
 =?UTF-8?q?Z=C5=A0'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/shorten-schools | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/shorten-schools b/bin/shorten-schools
index 92fd55ed..46d90271 100755
--- a/bin/shorten-schools
+++ b/bin/shorten-schools
@@ -244,6 +244,9 @@ school_kinds = [
     ("Základní škola", "ZŠ"),
     ("Základní umělecká škola", "ZUŠ"),
     ("Mateřská škola", "MŠ"),
+    # Nechceme mít zvlášť "ZŠ Nový Rychnov" a "ZŠ a MŠ Nový Rychnov" odlišené jen "MŠ"
+    ("ZŠ a MŠ", "ZŠ"),
+    ("MŠ a ZŠ", "ZŠ"),
 ]
 
 formalities = [
-- 
GitLab