From bff3d77ad7c72c6d7e0f0e57874b08821f72f36e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Mon, 26 Nov 2018 21:11:21 +0100
Subject: [PATCH] office: distingish office=government, government=*

---
 office.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/office.json b/office.json
index 4ae627aa5..5675114f7 100644
--- a/office.json
+++ b/office.json
@@ -8,6 +8,9 @@
         "14": "nwr[office]"
     },
     "feature": {
-        "description": "{{ tagTrans('office', tags.office) }}"
+        "description": [
+            "{{ tagTrans('office', tags.office) }}",
+            "{% if tags.office == 'government' and tags.government %}({{ tagTrans('government', tags.government) }}){% endif %}"
+        ]
     }
 }