forked from MapComplete/MapComplete
Translations: make some terms translatable
This commit is contained in:
parent
556dfcf978
commit
c7e818ba90
1 changed files with 15 additions and 5 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue