From a131dd3aa27fe31cb126396d1c606a29266a27be Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 24 Feb 2023 16:35:32 +0100 Subject: draft first dashboard Signed-off-by: Benjamin Brahmer --- src/vueBootstrap.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/vueBootstrap.js (limited to 'src/vueBootstrap.js') diff --git a/src/vueBootstrap.js b/src/vueBootstrap.js new file mode 100644 index 000000000..fec6f7a09 --- /dev/null +++ b/src/vueBootstrap.js @@ -0,0 +1,7 @@ +import Vue from 'vue' +import { translate, translatePlural } from '@nextcloud/l10n' + +Vue.prototype.t = translate +Vue.prototype.n = translatePlural +Vue.prototype.OC = window.OC +Vue.prototype.OCA = window.OCA \ No newline at end of file -- cgit v1.2.3