Merge pull request #1787 from l2dy/i18n

i18n
This commit is contained in:
syuilo 2018-06-26 22:30:56 +09:00 committed by GitHub
commit d7ca93b9fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -552,6 +552,8 @@ desktop/views/components/timeline.vue:
local: "Local"
global: "Global"
list: "Lists"
desktop/views/components/ui.header.vue:
welcome-back: "Welcome back, "
desktop/views/components/ui.header.account.vue:
profile: "Your profile"
drive: "Drive"

View file

@ -639,6 +639,9 @@ desktop/views/components/timeline.vue:
global: "グローバル"
list: "リスト"
desktop/views/components/ui.header.vue:
welcome-back: "おかえりなさい、"
desktop/views/components/ui.header.account.vue:
profile: "プロフィール"
drive: "ドライブ"

View file

@ -4,7 +4,7 @@
<div class="main" ref="main">
<div class="backdrop"></div>
<div class="main">
<p ref="welcomeback" v-if="$store.getters.isSignedIn">おかえりなさい<b>{{ $store.state.i | userName }}</b>さん</p>
<p ref="welcomeback" v-if="$store.getters.isSignedIn">%i18n:@welcome-back%<b>{{ $store.state.i | userName }}</b>さん</p>
<div class="container" ref="mainContainer">
<div class="left">
<x-nav/>