Skip to content
Closed
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/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The `gt validate` command scans your project for inline content (such as `<T>` c
Unlike [`gt translate`](/docs/cli/translate), this command does **not** communicate with the General Translation API. It only performs local validation, making it safe to run at any time — in development, CI, or before a production build.

<Callout type="info">
This command is available for projects using [`gt-next`](/docs/next), [`gt-react`](/docs/react), [`gt-react-native`](/docs/react-native), or [`gt-tanstack-start`](/docs/tanstack-start).
**Note:** This command is available for projects using [`gt-next`](/docs/next), [`gt-react`](/docs/react), [`gt-react-native`](/docs/react-native), or [`gt-tanstack-start`](/docs/tanstack-start).
</Callout>

### Validate the entire project [#validate-project]
Expand Down
Loading