Skip to content

Commit

Permalink
fix: wrong path setting for vue i18n plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ppillot committed Oct 3, 2019
1 parent ff2f8c4 commit ce398a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
i18n: {
locale: 'en',
fallbackLocale: 'en',
localeDir: 'locales',
localeDir: 'locales/bundles',
enableInSFC: false
},
electronBuilder: {
Expand Down

0 comments on commit ce398a7

Please sign in to comment.