forked from FoundKeyGang/FoundKey
[Client] Add information
This commit is contained in:
parent
a6e7bbc306
commit
6d3408ae73
2 changed files with 2 additions and 0 deletions
|
@ -530,6 +530,7 @@ common/views/components/profile-editor.vue:
|
||||||
account: "アカウント"
|
account: "アカウント"
|
||||||
location: "場所"
|
location: "場所"
|
||||||
description: "自己紹介"
|
description: "自己紹介"
|
||||||
|
you-can-include-hashtags: "ハッシュタグを含めることができます。"
|
||||||
language: "言語"
|
language: "言語"
|
||||||
birthday: "誕生日"
|
birthday: "誕生日"
|
||||||
avatar: "アイコン"
|
avatar: "アイコン"
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
<ui-textarea v-model="description" :max="500">
|
<ui-textarea v-model="description" :max="500">
|
||||||
<span>{{ $t('description') }}</span>
|
<span>{{ $t('description') }}</span>
|
||||||
|
<span slot="desc">{{ $t('you-can-include-hashtags') }}</span>
|
||||||
</ui-textarea>
|
</ui-textarea>
|
||||||
|
|
||||||
<ui-select v-model="lang">
|
<ui-select v-model="lang">
|
||||||
|
|
Loading…
Reference in a new issue