From 238e539be9d403ce246b286a5ec8531c935729b7 Mon Sep 17 00:00:00 2001 From: jamesqquick Date: Wed, 21 Jan 2026 09:04:36 -0600 Subject: [PATCH] rename internationalizatin to localization and move to top level features directory --- .../localization}/multi-language/overview.mdx | 4 ++-- .../localization}/multi-language/setup.mdx | 4 ++-- .../localization}/multi-storefront/overview.mdx | 2 +- .../localization}/multi-storefront/setup.mdx | 6 +++--- .../localization}/overview.mdx | 6 +++--- .../localization}/static-translations.mdx | 0 docs/storefront/headless/index.mdx | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) rename docs/storefront/catalyst/{content-management/internationalization => features/localization}/multi-language/overview.mdx (92%) rename docs/storefront/catalyst/{content-management/internationalization => features/localization}/multi-language/setup.mdx (98%) rename docs/storefront/catalyst/{content-management/internationalization => features/localization}/multi-storefront/overview.mdx (97%) rename docs/storefront/catalyst/{content-management/internationalization => features/localization}/multi-storefront/setup.mdx (96%) rename docs/storefront/catalyst/{content-management/internationalization => features/localization}/overview.mdx (93%) rename docs/storefront/catalyst/{content-management/internationalization => features/localization}/static-translations.mdx (100%) diff --git a/docs/storefront/catalyst/content-management/internationalization/multi-language/overview.mdx b/docs/storefront/catalyst/features/localization/multi-language/overview.mdx similarity index 92% rename from docs/storefront/catalyst/content-management/internationalization/multi-language/overview.mdx rename to docs/storefront/catalyst/features/localization/multi-language/overview.mdx index 696fff82b..4d1b926a9 100644 --- a/docs/storefront/catalyst/content-management/internationalization/multi-language/overview.mdx +++ b/docs/storefront/catalyst/features/localization/multi-language/overview.mdx @@ -4,7 +4,7 @@ Catalyst supports translating content into multiple languages on a single storef This reference describes tools for managing translations for dynamic product catalog data. It includes managing language settings, detecting shopper preferences based on browser settings or shopper input, and switching between languages on the storefront. -For information on how to manage translations for the storefront theme, see the [Static Translations](/docs/storefront/catalyst/content-management/internationalization/static-translations) guide. +For information on how to manage translations for the storefront theme, see the [Static Translations](/docs/storefront/catalyst/features/localization/static-translations) guide. ## Content management @@ -90,7 +90,7 @@ To render dynamic product data, GraphQL Storefront API supports fetching languag ### Translate checkout & transactional emails -You can localize your checkout page by translating fixed text elements, known as static strings, into multiple languages. Static string translations are managed using [JSON files in your Catalyst project](/docs/storefront/catalyst/content-management/internationalization/static-translations), where each file contains the language-specific translations. For translation keys that checkout supports, see the [Enabling Multi-Language Checkout](https://developer.bigcommerce.com/docs/storefront/cart-checkout/localization#adding-your-own-translation-values) article. You can also use translation keys to translate emails using the [Email Template](https://developer.bigcommerce.com/docs/rest-content/email-templates#update-a-template) endpoints of the REST Content API. +You can localize your checkout page by translating fixed text elements, known as static strings, into multiple languages. Static string translations are managed using [JSON files in your Catalyst project](/docs/storefront/catalyst/features/localization/static-translations), where each file contains the language-specific translations. For translation keys that checkout supports, see the [Enabling Multi-Language Checkout](https://developer.bigcommerce.com/docs/storefront/cart-checkout/localization#adding-your-own-translation-values) article. You can also use translation keys to translate emails using the [Email Template](https://developer.bigcommerce.com/docs/rest-content/email-templates#update-a-template) endpoints of the REST Content API. By default, BigCommerce offers translations for the checkout page and emails in 19 languages. You can view the [full list of supported languages](https://developer.bigcommerce.com/docs/storefront/cart-checkout/localization#adding-your-own-translation-values) that we automatically provide. diff --git a/docs/storefront/catalyst/content-management/internationalization/multi-language/setup.mdx b/docs/storefront/catalyst/features/localization/multi-language/setup.mdx similarity index 98% rename from docs/storefront/catalyst/content-management/internationalization/multi-language/setup.mdx rename to docs/storefront/catalyst/features/localization/multi-language/setup.mdx index 61626c263..a70c92414 100644 --- a/docs/storefront/catalyst/content-management/internationalization/multi-language/setup.mdx +++ b/docs/storefront/catalyst/features/localization/multi-language/setup.mdx @@ -93,9 +93,9 @@ Let’s explore more of how this works! Static string translations are already p