diff options
Diffstat (limited to 'apps/dashboard/src/main.js')
-rw-r--r-- | apps/dashboard/src/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dashboard/src/main.js b/apps/dashboard/src/main.js index 998f538356b..e1c2c59a10f 100644 --- a/apps/dashboard/src/main.js +++ b/apps/dashboard/src/main.js @@ -1,5 +1,7 @@ import Vue from 'vue' import App from './App.vue' +import { translate as t } from '@nextcloud/l10n' +Vue.prototype.t = t const Dashboard = Vue.extend(App) const Instance = new Dashboard({}).$mount('#app') |