From c7e818ba90e8865a0be9a1d397a348aca91eb26b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 18 Jan 2025 02:20:26 +0100 Subject: [PATCH] Translations: make some terms translatable --- assets/layers/usersettings/usersettings.json | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/assets/layers/usersettings/usersettings.json b/assets/layers/usersettings/usersettings.json index 660cda4e2c..a419419a89 100644 --- a/assets/layers/usersettings/usersettings.json +++ b/assets/layers/usersettings/usersettings.json @@ -576,20 +576,28 @@ "mappings": [ { "if": "mapcomplete-show_crosshair=yes", - "then": "Show a crosshair in the center of the map when zoomed in above level 17" + "then": { + "en": "Show a crosshair in the center of the map when zoomed in above level 17" + } }, { "if": "mapcomplete-show_crosshair=no", - "then": "Do not show a crosshair in the center of the map" + "then": { + "en": "Do not show a crosshair in the center of the map" + } }, { "if": "mapcomplete-show_crosshair=", - "then": "Do not show a crosshair in the center of the map", + "then": { + "en": "Do not show a crosshair in the center of the map" + }, "hideInAnswer": true }, { "if": "mapcomplete-show_crosshair=always", - "then": "Always show a crosshair in the center of the map" + "then": { + "en": "Always show a crosshair in the center of the map" + } } ] }, @@ -1147,7 +1155,9 @@ "label": [ "translations" ], - "render": "

Translating MapComplete

" + "render": { + "en": "

Translating MapComplete

" + } }, { "label": [