Soon.
This commit is contained in:
parent
246b406e07
commit
9c151f8f74
|
@ -24,6 +24,15 @@
|
||||||
v-model="isLocaleFrench" />
|
v-model="isLocaleFrench" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mb-8 text-xs text-stone-500">
|
||||||
|
Features to come:
|
||||||
|
<ul class="ml-4 list-disc">
|
||||||
|
<li>Keyboard input</li>
|
||||||
|
<li>Random number</li>
|
||||||
|
<li>Less bugs</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="text-xs text-stone-500 dark:text-stone-600">
|
<div class="text-xs text-stone-500 dark:text-stone-600">
|
||||||
Build {{ buildDate }}
|
Build {{ buildDate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -14,5 +14,6 @@
|
||||||
"finishDailyToPlayRandom": "Finish the daily challenge to unlock.",
|
"finishDailyToPlayRandom": "Finish the daily challenge to unlock.",
|
||||||
"gameDescription": "Combine the numbers to reach the result.",
|
"gameDescription": "Combine the numbers to reach the result.",
|
||||||
"randomDescription": "A challenge at random, just for fun.",
|
"randomDescription": "A challenge at random, just for fun.",
|
||||||
"copiedInClipboard": "Copied in clipboard"
|
"copiedInClipboard": "Copied in clipboard",
|
||||||
|
"soon": "Soon"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,5 +14,6 @@
|
||||||
"randomDescription": "Une partie au hasard, pour le plaisir.",
|
"randomDescription": "Une partie au hasard, pour le plaisir.",
|
||||||
"share": "Partager",
|
"share": "Partager",
|
||||||
"finishDailyToPlayRandom": "Terminez le défi quotidien pour débloquer.",
|
"finishDailyToPlayRandom": "Terminez le défi quotidien pour débloquer.",
|
||||||
"copiedInClipboard": "Copié dans le presse-papier"
|
"copiedInClipboard": "Copié dans le presse-papier",
|
||||||
|
"soon": "Bientôt"
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,12 +23,14 @@
|
||||||
:class="{ 'btn-disabled': !canPlayRandom }">
|
:class="{ 'btn-disabled': !canPlayRandom }">
|
||||||
{{ t('randomGame') }}
|
{{ t('randomGame') }}
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
{{ t('randomDescription') }}
|
{{ t('soon') }} ™
|
||||||
<span
|
<!-- {{ t('randomDescription') }} -->
|
||||||
|
<!-- <span
|
||||||
class="italic"
|
class="italic"
|
||||||
v-if="!canPlayRandom">{{
|
v-if="!canPlayRandom">{{
|
||||||
t('finishDailyToPlayRandom')
|
t('finishDailyToPlayRandom')
|
||||||
}}</span>
|
}}
|
||||||
|
</span> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user