Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tikiatua committed Jan 9, 2018
2 parents c157512 + a5c4c4a commit e6464b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vuex-i18n-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ VuexI18nPlugin.install = function install(Vue, store, config) {
}

// invoke a method if a translation is not found
let asyncTranslation = onTranslationNotFound(locale, key);
let asyncTranslation = onTranslationNotFound(locale, key, defaultValue);

// resolve async translations by updating the store
if (asyncTranslation) {
Expand Down

0 comments on commit e6464b4

Please sign in to comment.