Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en-US/cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading