diff --git a/src/components/SideMenu.vue b/src/components/SideMenu.vue index f29c25b..b3b3cf3 100644 --- a/src/components/SideMenu.vue +++ b/src/components/SideMenu.vue @@ -24,6 +24,15 @@ v-model="isLocaleFrench" /> +
+ Features to come: + +
+
Build {{ buildDate }}
diff --git a/src/locales/en.json b/src/locales/en.json index e22aed6..8816a98 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -14,5 +14,6 @@ "finishDailyToPlayRandom": "Finish the daily challenge to unlock.", "gameDescription": "Combine the numbers to reach the result.", "randomDescription": "A challenge at random, just for fun.", - "copiedInClipboard": "Copied in clipboard" + "copiedInClipboard": "Copied in clipboard", + "soon": "Soon" } diff --git a/src/locales/fr.json b/src/locales/fr.json index c227ba8..66f0917 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -14,5 +14,6 @@ "randomDescription": "Une partie au hasard, pour le plaisir.", "share": "Partager", "finishDailyToPlayRandom": "Terminez le défi quotidien pour débloquer.", - "copiedInClipboard": "Copié dans le presse-papier" + "copiedInClipboard": "Copié dans le presse-papier", + "soon": "Bientôt" } diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 5fe9ce6..61c7ab0 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -23,12 +23,14 @@ :class="{ 'btn-disabled': !canPlayRandom }"> {{ t('randomGame') }} - {{ t('randomDescription') }} - +