Translations: make some terms translatable

This commit is contained in:
Pieter Vander Vennet 2025-01-18 02:20:26 +01:00
parent 556dfcf978
commit c7e818ba90

View file

@ -576,20 +576,28 @@
"mappings": [ "mappings": [
{ {
"if": "mapcomplete-show_crosshair=yes", "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", "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=", "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 "hideInAnswer": true
}, },
{ {
"if": "mapcomplete-show_crosshair=always", "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": [ "label": [
"translations" "translations"
], ],
"render": "<h3>Translating MapComplete</h3>" "render": {
"en": "<h3>Translating MapComplete</h3>"
}
}, },
{ {
"label": [ "label": [