Translated mobile/views/pages/signup.vue

This commit is contained in:
gutfuckllc 2018-08-01 16:43:47 -04:00
parent bdde0c3c63
commit 55d2ae2050
3 changed files with 6 additions and 1 deletions

View file

@ -924,6 +924,8 @@ mobile/views/pages/drive.vue:
more: "Load more"
mobile/views/pages/followers.vue:
followers-of: "Followers of {}"
mobile/views/pages/signup.vue:
lets-start: "Let's start! 📦"
mobile/views/pages/following.vue:
following-of: "Following of {}"
mobile/views/pages/home.vue:

View file

@ -1068,6 +1068,9 @@ mobile/views/pages/user-lists.vue:
mobile/views/pages/drive.vue:
drive: "ドライブ"
more: "もっと見る"
mobile/views/pages/signup.vue:
lets-start: "📦 始めましょう"
mobile/views/pages/followers.vue:
followers-of: "{}のフォロワー"

View file

@ -1,6 +1,6 @@
<template>
<div class="signup">
<h1>📦 始めましょう</h1>
<h1>%i18n:@lets-start%</h1>
<mk-signup/>
</div>
</template>