{"version":3,"sources":["webpack:///./src/demo/snippets/js/vuetify_custom_locale.txt"],"names":[],"mappings":"gHAAA,OAAe","file":"js/chunk-2d224b0d.d22ece14.js","sourcesContent":["export default \"// src/plugins/vuetify.js\\n\\nimport Vue from 'vue'\\nimport Vuetify from 'vuetify/lib'\\n\\nVue.use(Vuetify)\\n\\n// Translation provided by Vuetify (javascript)\\nimport zhHans from 'vuetify/es5/locale/zh-Hans'\\n\\n// Translation provided by Vuetify (typescript)\\nimport pl from 'vuetify/src/locale/pl'\\n\\n// Your own translation file\\nimport sv from './i18n/vuetify/sv'\\n\\nVue.component('my-component', {\\n methods: {\\n changeLocale () {\\n this.$vuetify.lang.current = 'sv'\\n },\\n },\\n})\\n\\nexport default new Vuetify({\\n lang: {\\n locales: { zhHans, pl, sv },\\n current: 'zhHans',\\n },\\n})\\n\";"],"sourceRoot":""}