Sync translations

This commit is contained in:
Pieter Vander Vennet 2021-05-27 21:20:04 +02:00
parent 5503d951aa
commit 1487411a25
47 changed files with 1645 additions and 1267 deletions

View file

@ -14,7 +14,9 @@
},
"language": [
"en",
"fr"
"fr",
"ca",
"id"
],
"maintainer": "MapComplete",
"icon": "./assets/themes/shops/shop.svg",
@ -180,7 +182,9 @@
{
"render": {
"en": "<a href='tel:{phone}'>{phone}</a>",
"fr": "<a href='tel:{phone}'>{phone}</a>"
"fr": "<a href='tel:{phone}'>{phone}</a>",
"ca": "<a href='tel:{phone}'>{phone}</a>",
"id": "<a href='tel:{phone}'>{phone}</a>"
},
"question": {
"en": "What is the phone number?",
@ -194,7 +198,9 @@
{
"render": {
"en": "<a href='{website}'>{website}</a>",
"fr": "<a href='{website}'>{website}</a>"
"fr": "<a href='{website}'>{website}</a>",
"ca": "<a href='{website}'>{website}</a>",
"id": "<a href='{website}'>{website}</a>"
},
"question": {
"en": "What is the website of this shop?",
@ -208,7 +214,8 @@
{
"render": {
"en": "<a href='mailto:{email}'>{email}</a>",
"fr": "<a href='mailto:{email}'>{email}</a>"
"fr": "<a href='mailto:{email}'>{email}</a>",
"id": "<a href='mailto:{email}'>{email}</a>"
},
"question": {
"en": "What is the email address of this shop?",