[Client] Add information

This commit is contained in:
syuilo 2019-01-31 20:55:40 +09:00
parent a6e7bbc306
commit 6d3408ae73
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 2 additions and 0 deletions

View file

@ -530,6 +530,7 @@ common/views/components/profile-editor.vue:
account: "アカウント"
location: "場所"
description: "自己紹介"
you-can-include-hashtags: "ハッシュタグを含めることができます。"
language: "言語"
birthday: "誕生日"
avatar: "アイコン"

View file

@ -30,6 +30,7 @@
<ui-textarea v-model="description" :max="500">
<span>{{ $t('description') }}</span>
<span slot="desc">{{ $t('you-can-include-hashtags') }}</span>
</ui-textarea>
<ui-select v-model="lang">