From 7ee4858ac716d84050ec4509c758948e722f81dc Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Mon, 25 Nov 2024 00:05:05 +0100 Subject: [PATCH] Update translationOverrides doc to reference translation file --- docs/fern/docs/pages/components/stack-provider.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fern/docs/pages/components/stack-provider.mdx b/docs/fern/docs/pages/components/stack-provider.mdx index dbb93668d..7cf0d4767 100644 --- a/docs/fern/docs/pages/components/stack-provider.mdx +++ b/docs/fern/docs/pages/components/stack-provider.mdx @@ -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` - 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` - 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