Translation sync

This commit is contained in:
Pieter Vander Vennet 2023-01-13 06:05:19 +01:00
parent a81dbb170e
commit 978603b2f0
4 changed files with 127 additions and 34 deletions

View file

@ -45,13 +45,15 @@
{
"id": "translation-thanks",
"condition": "_is_translator=true",
"mappings": [{
"if": "_is_translator=true",
"then": {
"en": "You have contributed to translating MapComplete! That's awesome!"
},
"icon": "party"
}]
"mappings": [
{
"if": "_is_translator=true",
"then": {
"en": "You have contributed to translating MapComplete! That's awesome!"
},
"icon": "party"
}
]
},
{
"id": "debug",
@ -60,4 +62,4 @@
}
],
"mapRendering": null
}
}