Skip to content

Commit 66a2e6d

Browse files
authored
docs: fallbackMissingTranslations (#172)
1 parent fb79248 commit 66a2e6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ mix.i18n();
178178

179179
- `lang` *(optional)*: If not provided it will try to find from the `<html lang="pt">` tag.
180180
- `fallbackLang` *(optional)*: If the `lang` was not provided or is invalid, it will try reach for this `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.
181182
- `resolve` *(required)*: The way to reach your language files.
182183
- `shared` *(optional)*: Whether to [share the same `I18n` instance](#using-multiple-instances) between different Vue apps, default is: `true`.
183184
- `onLoad` *(optional)*: It's called everytime a language is loaded.

0 commit comments

Comments
 (0)