Fully translated settings.profile.vue
Added relevant translation lines
This commit is contained in:
parent
460a4edb13
commit
0a8213b851
3 changed files with 5 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default Vue.extend({
|
|||
description: this.description || null,
|
||||
birthday: this.birthday || null
|
||||
}).then(() => {
|
||||
(this as any).apis.notify('プロフィールを更新しました');
|
||||
(this as any).apis.notify('%i18n:@profile-updated%');
|
||||
});
|
||||
},
|
||||
onChangeIsLocked() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue