Skip to content

Commit

Permalink
Update translationOverrides doc to reference translation file
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Nov 24, 2024
1 parent 83d0339 commit 7ee4858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fern/docs/pages/components/stack-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For detailed usage instructions, please refer to the manual section of the [setu
- `children`: `React.ReactNode` - The child components to be wrapped by the StackProvider.
- `app`: `StackClientApp | StackServerApp` - The Stack app instance to be used.
- `lang` (optional): `"en-US" | "de-DE" | "es-419" | "es-ES" | "fr-CA" | "fr-FR" | "it-IT" | "pt-BR" | "pt-PT"` - The language to be used for translations.
- `translationOverrides` (optional): `Record<string, string>` - A mapping of English translations to translated equivalents. These will take priority over the translations from the language specified in the `lang` property. Note that the keys are case-sensitive.
- `translationOverrides` (optional): `Record<string, string>` - A mapping of English translations to translated equivalents. These will take priority over the translations from the language specified in the `lang` property. Note that the keys are case-sensitive. You can find a full list of supported strings [on GitHub](https://github.com/stack-auth/stack/blob/dev/packages/stack/src/generated/quetzal-translations.ts).

## Example

Expand Down

0 comments on commit 7ee4858

Please sign in to comment.