@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.
- package/README.md +23 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# AI Translator for Strapi
|
|
2
2
|
|
|
3
|
-
|
|
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
|
+

|
|
23
|
+
|
|
24
|
+
## Translate
|
|
25
|
+
|
|
26
|
+
Open an entry in a target locale, hit **Translate content**, pick the source locale and fields.
|
|
27
|
+
|
|
28
|
+

|
|
29
|
+
|
|
30
|
+
## Review
|
|
31
|
+
|
|
32
|
+
Compare source and translation side by side, edit inline, then accept or skip each field.
|
|
33
|
+
|
|
34
|
+

|
|
35
|
+
|
|
36
|
+
## License
|
|
37
|
+
|
|
38
|
+
MIT
|