Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
famanoder committed Jan 14, 2019
1 parent f995155 commit 602b51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import znCH from './lang/zn-CH'
let defaultMessages = {};

let merged = false;
let vueI18nHandler = function() {
const vueI18nHandler = function() {
const vuei18n = Object.getPrototypeOf(this || Vue).$t;
if (typeof vuei18n === 'function' && !!Vue.locale) {
if (!merged) {
Expand Down

0 comments on commit 602b51b

Please sign in to comment.