1
0
forked from PGL/Clyde

i18n added but not usable

This commit is contained in:
2024-03-08 20:22:00 +01:00
parent 0ca5640564
commit 481c96bec2
5 changed files with 48 additions and 18 deletions

View File

@@ -73,7 +73,7 @@
<input type="text" v-model="firstname">
</div>
<div class="inputBox">
<p>BIRTHDAY</p>
<p>{{i18n("login.guest.birthday")}}</p>
<input type="date" v-model="birthday">
</div>
<div class="inputBox">
@@ -81,7 +81,7 @@
<input type="password" v-model="passwordOUT">
</div>
<div class="inputBox">
<p>CONFIRM {{i18n("login.guest.password")}}</p>
<p>{{i18n("login.guest.confirm")}} {{i18n("login.guest.password")}}</p>
<input type="password" v-model="passwordConfirm">
</div>