Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions devlog/en-US/gt-i18n_v0_9_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Create a `dictionary.json` file in the root of your project with your source (En
}
```

When you run the GT CLI (`npx gtx translate`), it will automatically detect `dictionary.json` in the project root and translate it for your configured locales.
When you run the GT CLI (`npx gt translate`), it will automatically detect `dictionary.json` in the project root and translate it for your configured locales.

<Accordions>
<Accordion title="Bringing your own dictionaries">
Expand Down Expand Up @@ -96,5 +96,5 @@ The second rule assumes that translated dictionaries match the structure of your
## Links

- [PR #1359](https://github.com/generaltranslation/gt/pull/1359)
- [`getTranslations` API reference](/docs/next/api/dictionary/get-translations)
- [`getTranslations` API reference](/docs/node/api/get-translations)
- [Dictionaries guide](/docs/next/guides/dictionaries)
2 changes: 1 addition & 1 deletion docs/en-US/node/api/get-translations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Create a `dictionary.json` file in your project root:
}
```

When you run `npx gtx translate`, the CLI automatically detects `dictionary.json` and translates it for your configured locales.
When you run `npx gt translate`, the CLI automatically detects `dictionary.json` and translates it for your configured locales.

Then initialize GT with the dictionary:

Expand Down
Loading