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
| defaultLanguage | string | The default language to use if no language is specified | Yes | N/A |
142
-
| languages |[Language[]](#language)| The list of languages to support | Yes | N/A |
143
-
| translationAssetPaths |[TranslationAssetPaths](#translationassetpaths)| The list of translation assets to load. The key is the language and the translation file name. | Yes | N/A |
144
-
| useDefaultLanguage | boolean | Whether to use the default language if the specified language is not found | No |`true`|
145
-
| enableLogging | boolean | Whether to enable logging of missing translations | No |`true`|
146
-
| missingTranslationHandler | (language: string, key: string) => void | A custom handler to use when a translation is not found. If not specified, the default handler will be used. | No | Will console.error a message |
| defaultLanguage | string | The default language to use if no language is specified | Yes | N/A |
144
+
| languages |[Language[]](#language)| The list of languages to support | Yes | N/A |
145
+
| translationAssetPaths |[TranslationAssetPaths](#translationassetpaths)| The list of translation assets to load. The key is the language and the translation file name. | Yes | N/A |
146
+
| useDefaultLanguage | boolean | Whether to use the default language if the specified language is not found | No |`true`|
147
+
| enableLogging | boolean | Whether to enable logging of missing translations | No |`true`|
148
+
| missingTranslationHandler | (language: string, key: string) => void | A custom handler to use when a translation is not found. If not specified, the default handler will be used. | No | Will console.error a message |
149
+
| missingFileHandler | (namespace: string, language: string) => void | A custom handler to use when a translation file is not found. If not specified, the default handler will be used. | No | Will console.error a message |
0 commit comments