From 4e99eb407018dc41434ca73c7aeb1f64f9811800 Mon Sep 17 00:00:00 2001 From: Archie McKenzie <90429137+archie-mckenzie@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:57:52 -0700 Subject: [PATCH] Update index.mdx --- docs/en-US/cli/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/cli/index.mdx b/docs/en-US/cli/index.mdx index d1727c1..2b22d2a 100644 --- a/docs/en-US/cli/index.mdx +++ b/docs/en-US/cli/index.mdx @@ -7,7 +7,7 @@ description: Set up and translate your project with the General Translation comm The General Translation CLI tool (`gt`) lets you set up internationalization and automatically translate your project into any of the [supported languages](/docs/platform/supported-locales). -It works with [`gt-next`](/docs/next), [`gt-react`](/docs/react), [`gt-react-native`](/docs/react-native), and third-party i18n libraries like [next-intl](https://next-intl.dev/) and [i18next](https://react.i18next.com/). You can also use it to translate standalone files (JSON, MDX, HTML, and more). +It works with [`gt-next`](/docs/next), [`gt-react`](/docs/react), [`gt-react-native`](/docs/react-native), and third-party i18n libraries like `next-intl` and `i18next`. You can also use it to translate standalone files (JSON, MDX, HTML, and more). ## Quickstart