forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
06252bd35e
commit
53cd991318
9 changed files with 96 additions and 51 deletions
|
@ -33,7 +33,10 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": ["name~*","species:wikidata~*"]
|
||||
"and": [
|
||||
"name~*",
|
||||
"species:wikidata~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"*": "{name} ({wikidata_label(species:wikidata)})"
|
||||
|
@ -41,7 +44,9 @@
|
|||
},
|
||||
{
|
||||
"if": {
|
||||
"and": ["name~*"]
|
||||
"and": [
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"*": "{name}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue