You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@ mix.i18n();
178
178
179
179
-`lang`*(optional)*: If not provided it will try to find from the `<html lang="pt">` tag.
180
180
-`fallbackLang`*(optional)*: If the `lang` was not provided or is invalid, it will try reach forthis`fallbackLang` instead, default is:`en`.
181
+
-`fallbackMissingTranslations`*(optional)*: If the `lang` is provided, but the translation key does not exist in that language it will fallback to the `fallbackLang` instead.
181
182
-`resolve`*(required)*: The way to reach your language files.
182
183
-`shared`*(optional)*: Whether to [share the same `I18n` instance](#using-multiple-instances) between different Vue apps, default is:`true`.
183
184
-`onLoad`*(optional)*: It's called everytime a language is loaded.
0 commit comments