Fully translated settings.profile.vue

Added relevant translation lines
This commit is contained in:
gutfuckllc
2018-07-31 14:03:43 -04:00
parent 460a4edb13
commit 0a8213b851
3 changed files with 5 additions and 1 deletions

View File

@ -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() {