added translation

This commit is contained in:
TemuulenBM
2024-02-05 16:35:44 +08:00
parent 019be89e06
commit be382fcbd3
9 changed files with 105 additions and 28 deletions

View File

@@ -49,8 +49,10 @@ Router.map(function () {
this.route('notifications');
this.route('two-fa-settings');
this.route('virtual', { path: '/:slug/:view' });
this.route('organizations');
this.route('organization-users', { path: '/:company_id' });
this.route('organizations', function () {
this.route('index', { path: '/' });
this.route('users', { path: '/:company_id' });
});
});
});
this.route('install');