summaryrefslogtreecommitdiffstats
path: root/src/vueBootstrap.js
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-02-24 16:35:32 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-03-01 17:23:12 +0100
commita131dd3aa27fe31cb126396d1c606a29266a27be (patch)
tree310280ed0fa654dd3b9340cc0b6e1ce4f16814fe /src/vueBootstrap.js
parent7dfa18973ad448a4aa0b18884b68fdf85d649b2b (diff)
draft first dashboarddashboard
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'src/vueBootstrap.js')
-rw-r--r--src/vueBootstrap.js7
1 files changed, 7 insertions, 0 deletions
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