Learn how to customize the content and text of your PreLaunch application
locales/
directory:
locales/en/
directory:
app/
directory:
locales/en/custom.json
.
app/layout.tsx
file and is derived from the config.ts
file:
How do I add new text that doesn't exist in the translation files?
locales/en/common.json
). Then, use the useTranslations
hook to access and display the text in your component.Can I use HTML in my translation strings?
react-markdown
package.How do I create a new page with custom content?
app/
directoryuseTranslations
hook to access localized text