Chore: translation sync

This commit is contained in:
Pieter Vander Vennet 2024-12-19 14:16:15 +01:00
parent d6b903c7f1
commit 3ef0f7b029
37 changed files with 446 additions and 228 deletions

View file

@ -816,14 +816,16 @@
"if": "drive_through=yes",
"then": {
"en": "This fast-food restaurant has a drive-through",
"nl": "Dit fastfoodrestaurant heeft een drive-through"
"nl": "Dit fastfoodrestaurant heeft een drive-through",
"de": "Dieses Fast-Food-Restaurant hat einen Drive-In"
}
},
{
"if": "drive_through=no",
"then": {
"en": "This fast-food restaurant does not have a drive-through",
"nl": "Dit fastfoodrestaurant heeft geen drive-through"
"nl": "Dit fastfoodrestaurant heeft geen drive-through",
"de": "Dieses Fast-Food-Restaurant hat keinen Drive-in"
}
}
]