Skip to content

Commit e33791a

Browse files
authored
Fix file name in section i18n (#1409)
1 parent 65efbdb commit e33791a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-generator/vuetify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The generator comes with a i18n feature to allow quick translations of some labe
150150
work, you need to create this file:
151151

152152
```javascript
153-
// src/plugins/vuetify.js
153+
// src/i18n.js
154154
import Vue from 'vue';
155155
import VueI18n from 'vue-i18n';
156156
import messages from './locales/en';

0 commit comments

Comments
 (0)