+ Users language is {{ t(`locales.${answer.lang}`) }} + {{ + getFlagEmoji( + answer.lang.toLowerCase() === 'en' ? 'GB' : answer.lang + ) + }} +
{{ data.points }} Points
{{ data.extraPoints }} Extra points
-Extra: {{ data.extraText }}
+Extra: {{ tKey(data, 'extraText') }}
{{ d(data.start, fullDate) }} –
/>
- {{ quest.question }}
+ {{ tKey(quest, 'question') }}
+
{{ quest.textSolution }}
{{ t('page.home.n_quests', hunt._count.quests) }} {{ t('page.home.n_quests', hunt._count.quests) }}{{ quest.title }}
- {{ tKey(quest, 'title') }}
+ {{ hunt.name }}
- {{ hunt.description }}
+ {{ tKey(hunt, 'name') }}
+ {{ tKey(hunt, 'description') }}
{{ hunt.name }}
- {{ hunt.description }}
+ {{ tKey(hunt, 'name') }}
+ {{ tKey(hunt, 'description') }}