This guide walks you through setting up localization for your Makeswift site so you can visually customize your site for different locales.
0.24.0
or higher of the Makeswift runtime. Refer
to our Upgrading to 0.24.0 guide for details on
how to update.next.config.ts
file composes both withMakeswift
and withNextIntl
.NextIntlClientProvider
wraps the MakeswiftProvider
.en-US
and es-ES
.
/app/[locale]
except for the Makeswift API handler.
en-US
to es-ES
), you’ll notice a message that informs you that the localized page inherits from the default locale. To stop inheriting from the default locale and start customizing the content for the localized page, click the Edit for this locale button.
example.com/company
,
you can create the Spanish version of the page at example.com/es/compania
or
example.es/compania
.