glotfile 0.8.7 → 0.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@ to make.
10
10
 
11
11
  - **One source of truth** — every string and translation lives in `glotfile.json`, committed alongside your code. Versioning, review, and rollback come from git. For large catalogs, run `glotfile split` to store the catalog as a `glotfile/` directory with one file per locale — so a one-locale change is a one-file `git diff` instead of a multi-megabyte one. The in-app experience is identical.
12
12
  - **Local web UI** — run one command, edit in the browser, changes save straight back to the file.
13
- - **AI translation** — fill in missing languages with Anthropic, OpenAI, AWS Bedrock, OpenRouter, or a local Ollama model, using per-key context, a glossary, and screenshots.
13
+ - **AI translation** — fill in missing languages with Anthropic, OpenAI, AWS Bedrock, OpenRouter, Claude Code, or a local Ollama model, using per-key context, a glossary, and screenshots.
14
14
  - **Export anywhere** — generate Flutter ARB, Laravel PHP, i18next JSON, gettext `.po`, and Apple `.stringsdict` from the same source.
15
15
 
16
16
  ---
@@ -181,11 +181,11 @@ in the project directory. For example:
181
181
  ANTHROPIC_API_KEY=sk-ant-...
182
182
  ```
183
183
 
184
- Five providers are supported — Anthropic (default), OpenAI, AWS Bedrock
185
- (Amazon Nova, Claude, and Meta Llama), OpenRouter, and Ollama (local,
186
- no API key needed). For the full setup of
184
+ Six providers are supported — Anthropic (default), OpenAI, AWS Bedrock
185
+ (Amazon Nova, Claude, and Meta Llama), OpenRouter, Claude Code, and Ollama
186
+ (local, no API key needed). For the full setup of
187
187
  each — required env vars, model ids, regions, and the optional SDKs to install — see
188
- **[docs/ai-providers.md](docs/ai-providers.md)**.
188
+ **[AI Providers](https://glotfile.dev/docs/ai-translation/ai-providers/)**.
189
189
 
190
190
  What the translator does for you:
191
191