Skip to content

Commit

Permalink
fix(plugin): translate the show more title #564
Browse files Browse the repository at this point in the history
Translate the view more title
  • Loading branch information
tisma95 committed Aug 5, 2023
1 parent 94bf0dd commit baa1f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/reusability/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ app.use(i18nPlugin, {

Maintenant, notre expression initiale `$translate('greetings.hello')` sera remplacée par `Bonjour!` au moment de l'exécution.

Voir aussi : [Augmenting Global Properties](/guide/typescript/options-api#augmenting-global-properties) <sup class="vt-badge ts" />
Voir aussi : [Augmenter les propriétés globales](/guide/typescript/options-api#augmenting-global-properties) <sup class="vt-badge ts" />

:::tip
N'utilisez que rarement les propriétés globales, car cela peut rapidement devenir confus si trop de propriétés globales injectées par différents plugins sont utilisées dans une application.
Expand Down

0 comments on commit baa1f53

Please sign in to comment.