Small tweaks
This commit is contained in:
parent
2d8f29c505
commit
418658a1e8
3 changed files with 30 additions and 14 deletions
2
State.ts
2
State.ts
|
@ -23,7 +23,7 @@ export default class State {
|
|||
// The singleton of the global state
|
||||
public static state: State;
|
||||
|
||||
public static vNumber = "0.1.0e";
|
||||
public static vNumber = "0.1.0g";
|
||||
|
||||
// The user journey states thresholds when a new feature gets unlocked
|
||||
public static userJourney = {
|
||||
|
|
|
@ -656,11 +656,11 @@ export default class Translations {
|
|||
},
|
||||
morescreen: {
|
||||
intro: new T({
|
||||
en: "<h3>More quests</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
|
||||
en: "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
|
||||
ca: "<h3>Més peticions</h3>T\'agrada captar dades? <br/>Hi ha més capes disponibles.",
|
||||
es: "<h3>Más peticiones</h3>Te gusta captar datos? <br/>Hay más capas disponibles.",
|
||||
fr: "<h3>Plus de thème </h3>Vous aimez collecter des données? <br/>Il y a plus de thèmes disponible.",
|
||||
nl: "<h3>Meer thema's</h3>Vind je het leuk om geodata te verzamelen? <br/> Hier vind je meer kaartthemas.",
|
||||
nl: "<h3>Meer thematische kaarten</h3>Vind je het leuk om geodata te verzamelen? <br/> Hier vind je meer kaartthemas.",
|
||||
gl: "<h3>Máis tarefas</h3>Góstache captar datos? <br/>Hai máis capas dispoñíbeis.",
|
||||
de: "<h3>Weitere Quests</h3>Sammeln Sie gerne Geodaten? <br/>Es sind weitere Themen verfügbar."
|
||||
}),
|
||||
|
|
|
@ -53,6 +53,20 @@
|
|||
},
|
||||
"description": {},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"render": {
|
||||
"nl": "{name}",
|
||||
"fr": "{name}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the name of this friture?",
|
||||
"nl": "Wat is de naam van deze frituur?",
|
||||
"fr": "Quel est le nom de cette friture?"
|
||||
},
|
||||
"feeform": {
|
||||
"key": "name"
|
||||
}
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"nl": "<a href='tel:{phone}'>{phone}</a>",
|
||||
|
@ -97,9 +111,6 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"nl": ""
|
||||
},
|
||||
"question": {
|
||||
"nl": "Heeft deze frituur vegetarische snacks?",
|
||||
"fr": "Cette friture est-elle équipée de snacks végétariens ?"
|
||||
|
@ -141,9 +152,6 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"nl": ""
|
||||
},
|
||||
"question": {
|
||||
"nl": "Heeft deze frituur veganistische snacks?",
|
||||
"fr": "Cette friture est-elle équipée de snacks végétaliens ?"
|
||||
|
@ -212,10 +220,7 @@
|
|||
"fr": "Graisse animale"
|
||||
}
|
||||
}
|
||||
],
|
||||
"freeform": {
|
||||
"key": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"icon": {
|
||||
|
@ -230,7 +235,18 @@
|
|||
"color": {
|
||||
"render": "#00f"
|
||||
},
|
||||
"presets": [],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"nl": "Frituur",
|
||||
"fr": "Friture"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=fast_food",
|
||||
"cuisine=friture"
|
||||
]
|
||||
}
|
||||
],
|
||||
"wayHandling": 1
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue