File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,8 @@ mix.i18n();
150
150
- ` lang` * (optional)* : If not provided it will try to find from the ` <html lang="pt">` tag.
151
151
- ` fallbackLang` * (optional)* : If the ` lang` was not provided or is invalid, it will try reach for this ` fallbackLang` instead, default is: ` en` .
152
152
- ` resolve` * (required)* : The way to reach your language files.
153
- - ` shared` * (optional)* : whether to [share the same ` I18n` instance](#using- multiple- instances) between different Vue apps . Defaults to ` true` .
153
+ - ` shared` * (optional)* : Whether to [share the same ` I18n` instance](#using- multiple- instances) between different Vue apps, default is: ` true` .
154
+ - ` onLoad` * (optional)* : It' s called everytime a language is loaded.
154
155
155
156
```js
156
157
createApp().use(i18nVue, {
You can’t perform that action at this time.
0 commit comments