mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
i18n page strings
This commit is contained in:
parent
4ab48cc67d
commit
59dc6ea991
29 changed files with 125 additions and 107 deletions
|
@ -11,14 +11,17 @@
|
|||
|
||||
import Route from '@ember/routing/route';
|
||||
import AuthenticatedRouteMixin from 'ember-simple-auth/mixins/authenticated-route-mixin';
|
||||
import { inject as service } from '@ember/service';
|
||||
|
||||
export default Route.extend(AuthenticatedRouteMixin, {
|
||||
i18n: service(),
|
||||
|
||||
beforeModel() {
|
||||
// this.transitionTo('folders');
|
||||
},
|
||||
|
||||
activate: function () {
|
||||
this._super(...arguments);
|
||||
this.browser.setTitleWithoutSuffix('Aw, Snap!');
|
||||
this.browser.setTitleWithoutSuffix(this.i18n.localize('not_found'));
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue