mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Make log in/sign up and log out messages available for i18n
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
v-bind="attrs"
|
||||
v-on="on"
|
||||
>
|
||||
Log In/Sign Up
|
||||
{{ $t('actions.logInSignUp') }}
|
||||
</v-list-item>
|
||||
<v-btn
|
||||
v-else
|
||||
@@ -18,7 +18,7 @@
|
||||
v-bind="attrs"
|
||||
v-on="on"
|
||||
>
|
||||
Log In/Sign Up
|
||||
{{ $t('actions.logInSignUp') }}
|
||||
</v-btn>
|
||||
</template>
|
||||
<v-card>
|
||||
@@ -36,7 +36,7 @@
|
||||
v-else-if="listMode === true"
|
||||
@click="logOut"
|
||||
>
|
||||
Log Out
|
||||
{{ $t('actions.logOut') }}
|
||||
</v-list-item>
|
||||
<v-btn text @click="logOut" v-else>Log Out</v-btn>
|
||||
</template>
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"titles": {
|
||||
"homepage": "Homepage",
|
||||
"trending": "Trending",
|
||||
"login": "Login",
|
||||
"register": "Register",
|
||||
"feed": "Feed",
|
||||
"preferences": "Preferences",
|
||||
@@ -21,6 +20,8 @@
|
||||
"watchedAgo": "Watched {t} till {p}"
|
||||
},
|
||||
"actions": {
|
||||
"logInSignUp": "Log In/Sign Up",
|
||||
"logOut": "Log Out",
|
||||
"subscribe": "Subscribe",
|
||||
"unsubscribe": "Unsubscribe",
|
||||
"view_subscriptions": "View Subscriptions",
|
||||
|
||||
Reference in New Issue
Block a user