Translation sync

This commit is contained in:
Pieter Vander Vennet 2022-04-30 02:27:12 +02:00
parent 06252bd35e
commit 53cd991318
9 changed files with 96 additions and 51 deletions

View file

@ -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}"