An object used with the locale prop on DynamicContextProvider, you can find a tutorial on how to use this type here.Documentation Index
Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Properties
The key of the object must be one of the following valid βlangβs: | βarβ | βdaβ | βdeβ | βenβ | βesβ | βfiβ | βfrβ | βheβ | βitβ | βjaβ | βnlβ | βplβ | βptβ | βruβ | βukβ | βzhβ The value of the object must be a valid translation object - see below.Translations
The translation object should follow the shape found in β@dynamic-labs/sdk-react-core/src/lib/locale/en/translation.jsβ which you can reach by going to the definition of LocaleResource in your IDE once imported (import { LocaleResource } from '@dynamic-labs/sdk-react-core')
Here is an example excerpt from that file: