Skip to content

Commit

Permalink
docs: removed reference to non existing $vuetify.t() function
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk committed Jul 26, 2019
1 parent 7b7c243 commit 50180ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"createTranslation": "## Create a translation",
"createTranslationText": "To create your own translation, use the code below or copy and rename the file `vuetify/src/locale/en.ts` to your project and make your changes.",
"customComponents": "## Custom components",
"customComponentsText": "If you are building custom Vuetify components that need to hook into the internationalization engine, you can use the `t` function which exists both directly on the `$vuetify` object and on `$vuetify.lang`.",
"customComponentsText": "If you are building custom Vuetify components that need to hook into the internationalization engine, you can use the `t` function which is part of the `$vuetify.lang` API.",
"api": {
"current": "Current locale",
"locales": "Available locales",
Expand Down

0 comments on commit 50180ea

Please sign in to comment.