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