Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 29b9ff0

Browse files
authored
fix(template): update current lang (#204)
1 parent 4d0c5e3 commit 29b9ff0

File tree

1 file changed

+1
-1
lines changed
  • packages/vue-cli-plugin-vuetify/generator/templates/default/src/plugins

1 file changed

+1
-1
lines changed

packages/vue-cli-plugin-vuetify/generator/templates/default/src/plugins/vuetify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default new Vuetify({
3535
<%_ if (locale !== 'en') { _%>
3636
lang: {
3737
locales: { <%= locale.replace(/-/g, '') %> },
38-
current: '<%= locale %>',
38+
current: '<%= locale.replace(/-/g, '') %>',
3939
},
4040
<%_ } _%>
4141
<%_ if (iconFont !== 'mdi') { _%>

0 commit comments

Comments
 (0)