summaryrefslogtreecommitdiffstats
path: root/src/vueBootstrap.js
blob: fec6f7a09a8e92d6e401515a35354ade8d6084d1 (plain)
1
2
3
4
5
6
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