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
i18n.configure({
// setup some locales - other locales default to en silently
locales: ['en', 'de'],
// fallback from Dutch to German and from any localized German (de-at, de-li etc.) to German
fallbacks: { nl: 'de', 'de-*': 'de' },
//...
Hello everybody ,,
How to pass a default translation if a phrase isn't existed in the en.json file
i cant find any option to add a default translation if the translation is not found ?
example
howover i want to set a defualt value if the translation is not found to be --->
The text was updated successfully, but these errors were encountered: