Use global translation

This commit is contained in:
syuilo 2019-02-24 03:39:45 +09:00
parent 4530d40537
commit b975751710
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 1 additions and 2 deletions

View file

@ -929,7 +929,6 @@ desktop/views/components/settings.vue:
circle-icons: "円形のアイコンを使用"
contrasted-acct: "ユーザー名にコントラストを付ける"
post-form-on-timeline: "タイムライン上部に投稿フォームを表示する"
customize: "ホームのカスタマイズ"
show-clock-on-header: "右上に時計を表示する"
show-reply-target: "リプライ先を表示する"
timeline: "タイムライン"

View file

@ -71,7 +71,7 @@
<section>
<ui-switch v-model="showPostFormOnTopOfTl">{{ $t('post-form-on-timeline') }}</ui-switch>
<ui-button @click="customizeHome">{{ $t('customize') }}</ui-button>
<ui-button @click="customizeHome">{{ $t('@.customize-home') }}</ui-button>
</section>
<section>
<header>{{ $t('wallpaper') }}</header>