diff --git a/State.ts b/State.ts
index 8778cc21c..43a88e0fa 100644
--- a/State.ts
+++ b/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 = {
diff --git a/UI/i18n/Translations.ts b/UI/i18n/Translations.ts
index 604a920ca..32376fcbf 100644
--- a/UI/i18n/Translations.ts
+++ b/UI/i18n/Translations.ts
@@ -656,11 +656,11 @@ export default class Translations {
},
morescreen: {
intro: new T({
- en: "
More quests
Do you enjoy collecting geodata?
There are more themes available.",
+ en: "More thematic maps?
Do you enjoy collecting geodata?
There are more themes available.",
ca: "Més peticions
T\'agrada captar dades?
Hi ha més capes disponibles.",
es: "Más peticiones
Te gusta captar datos?
Hay más capas disponibles.",
fr: "Plus de thème
Vous aimez collecter des données?
Il y a plus de thèmes disponible.",
- nl: "Meer thema's
Vind je het leuk om geodata te verzamelen?
Hier vind je meer kaartthemas.",
+ nl: "Meer thematische kaarten
Vind je het leuk om geodata te verzamelen?
Hier vind je meer kaartthemas.",
gl: "Máis tarefas
Góstache captar datos?
Hai máis capas dispoñíbeis.",
de: "Weitere Quests
Sammeln Sie gerne Geodaten?
Es sind weitere Themen verfügbar."
}),
diff --git a/assets/themes/fritures/fritures.json b/assets/themes/fritures/fritures.json
index 138f3ca65..d664a5575 100644
--- a/assets/themes/fritures/fritures.json
+++ b/assets/themes/fritures/fritures.json
@@ -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": "{phone}",
@@ -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
}
],