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 |
144
185
| 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 |
186
+
| translationAssetPaths |[TranslationAssetPaths](#translationassetpaths)| The list of translation assets to load. The key is the language and the translation file name. |No | N/A |
146
187
| useDefaultLanguage | boolean | Whether to use the default language if the specified language is not found | No |`true`|
147
188
| enableLogging | boolean | Whether to enable logging of missing translations | No |`true`|
148
189
| 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 |
0 commit comments