Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/20-reference/20-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ All properties are optional.
|--------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `fallbackLang` | `string` | The fallback language used when a translation is missing in the current language. |
| `lang` | `string` | The initial language to set on startup. |
| `extend` | `boolean` | Default: `false`. When loading additional translations, merges the translations with the already loaded instread of replacing them. |
| `extend` | `boolean` | Default: `true`. When loading additional translations, merges the translations with the already loaded instread of replacing them. |
| `loader` | `Provider`| Provides a [`TranslateLoader`](/reference/translate-loader-api/) to load translations. If not using a loader, you can provide translations useing the `setTranslation()` method. |
| `compiler` | `Provider`| Provides a [`TranslateCompiler`](/reference/translate-compiler-api/) to prepare translations after loading. |
| `parser` | `Provider`| Provides a [`TranslateParser`](/reference/translate-parser-api/) that interpolates parameters in translations. |
Expand Down