mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
i18n space strings
This commit is contained in:
parent
97c4c927ac
commit
5e687f5ef4
7 changed files with 40 additions and 28 deletions
|
@ -22,6 +22,7 @@ export default Component.extend(ModalMixin, Notifer, {
|
|||
categorySvc: service('category'),
|
||||
appMeta: service(),
|
||||
store: service(),
|
||||
i18n: service(),
|
||||
editId: '',
|
||||
editName: '',
|
||||
editDefault: false,
|
||||
|
@ -120,7 +121,7 @@ export default Component.extend(ModalMixin, Notifer, {
|
|||
|
||||
this.get('categorySvc').add(c).then(() => {
|
||||
this.load();
|
||||
this.notifySuccess('Category added');
|
||||
this.notifySuccess(this.i18n.localize('added'));
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue