From adf729045777be2ef41bb09c6318ad17be431ffd Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 18 Jul 2022 15:00:24 +0200 Subject: [PATCH] add terms and aliases to natural=saddle preset --- data/presets/natural/saddle.json | 14 ++++++++++---- interim/source_strings.yaml | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/data/presets/natural/saddle.json b/data/presets/natural/saddle.json index 573db6ef..ccecb1f9 100644 --- a/data/presets/natural/saddle.json +++ b/data/presets/natural/saddle.json @@ -1,6 +1,7 @@ { "icon": "temaki-saddle", "fields": [ + "name", "ele_node" ], "geometry": [ @@ -11,9 +12,14 @@ "natural": "saddle" }, "terms": [ - "pass", - "mountain pass", - "top" + "top", + "gap", + "col", + "notch", + "pass" ], - "name": "Saddle" + "name": "Saddle", + "aliases": [ + "Mountain Pass" + ] } diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 824790b0..e7dceb2c 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -7881,9 +7881,9 @@ en: # 'terms: boulder,stone,rock' terms: natural/saddle: - # natural=saddle | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key). + # natural=saddle | Mountain Pass | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key). name: Saddle - # 'terms: pass,mountain pass,top' + # 'terms: top,gap,col,notch,pass' terms: natural/sand: # natural=sand | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).