@strapi-ai/translator 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/README.md +23 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # AI Translator for Strapi
2
2
 
3
- Just another vibe-coded AI translator plugin for Strapi 5. Translates localized content with any OpenAI-compatible model and shows you a
4
- streamed diff before anything touches your entry.
3
+ AI translation plugin for Strapi 5. Translates localized content with any OpenAI-compatible model, with a review step before anything touches your entry.
5
4
 
6
5
  ## Install
7
6
 
@@ -15,3 +14,25 @@ export default {
15
14
  'ai-translator': { enabled: true },
16
15
  };
17
16
  ```
17
+
18
+ ## Configure
19
+
20
+ Set your API key, base URL, and model under **Settings → AI Translator → Configuration**. The plugin won't work until the API key is configured.
21
+
22
+ ![Configuration](docs/config.jpg)
23
+
24
+ ## Translate
25
+
26
+ Open an entry in a target locale, hit **Translate content**, pick the source locale and fields.
27
+
28
+ ![Translate dialog](docs/select.jpg)
29
+
30
+ ## Review
31
+
32
+ Compare source and translation side by side, edit inline, then accept or skip each field.
33
+
34
+ ![Translation review](docs/review.jpg)
35
+
36
+ ## License
37
+
38
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi-ai/translator",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "AI translation workflow plugin for Strapi",
5
5
  "keywords": [
6
6
  "strapi",