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

@ -261,7 +261,7 @@
"en": "Bike helmets can be rented here",
"nl": "Fietshelmpen kunnen hier gehuurd worden",
"es": "Aquí se pueden alquilar cascos"
}
}
}
]
},
@ -467,4 +467,4 @@
}
]
}
}
}

View file

@ -74,14 +74,19 @@
"phone",
"email",
{
"builtin": ["climbing.fee"]
"builtin": [
"climbing.fee"
]
},
"opening_hours",
{
"builtin":
["climbing.average_length","climbing.min_difficulty","climbing.max_difficulty",
"builtin": [
"climbing.average_length",
"climbing.min_difficulty",
"climbing.max_difficulty",
"climbing.bouldering",
"climbing.sportclimbing"]
"climbing.sportclimbing"
]
},
{
"builtin": "climbing.max_bolts",

View file

@ -226,7 +226,7 @@
{
"if": {
"and": [
"climbing:grade:french~*",
"climbing:grade:french~*",
"name~*"
]
},

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