From 81b172ab7c2d3776053587aa35ff19c0eb8dedc5 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 22 Dec 2022 15:41:44 +0100 Subject: [PATCH] add `notice` as a value of the `board_type` field --- data/fields/board_type.json | 1 + interim/source_strings.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/data/fields/board_type.json b/data/fields/board_type.json index 1dce8f0b..7a49aba7 100644 --- a/data/fields/board_type.json +++ b/data/fields/board_type.json @@ -9,6 +9,7 @@ "geology": "Geology", "history": "History", "nature": "Nature", + "notice": "Notice Board", "plants": "Plants", "welcome_sign": "Welcome Sign", "wildlife": "Wildlife" diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 585f5822..1943bbe9 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -416,6 +416,8 @@ en: history: History # board_type=nature nature: Nature + # board_type=notice + notice: Notice Board # board_type=plants plants: Plants # board_type=welcome_sign