Skip to content

Commit 37201e2

Browse files
docs: AI Localization improvements (#283)
1 parent 5a8e01b commit 37201e2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/AI.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
8888
```
8989
90+
> [!TIP]
91+
> For more control over your workflow, see additional [Triggers](EXAMPLES.md#triggers) examples including cron schedules, manual triggers, and file-based triggers.
92+
9093
## Providing Context for AI
9194
9295
Context is crucial for accurate and high-quality translations. With the enhanced context, AI produces production-quality translations that were previously only possible with human input.
@@ -144,9 +147,9 @@ Then, add the following steps to your GitHub Actions workflow to extract the con
144147
```yaml
145148
# Upload sources step
146149
147-
- uses: actions/setup-node@vv
150+
- uses: actions/setup-node@v4
148151
with:
149-
node-version: '20'
152+
node-version: '22'
150153
151154
- name: Extract Context for AI
152155
run: |
@@ -186,3 +189,8 @@ Crowdin also allows you to provide screenshots to the AI to help it better under
186189
- [For iOS Projects](https://crowdin.github.io/mobile-sdk-ios/guides/screenshots-automation)
187190
188191
Integrate automated screenshot generation into your CI/CD pipeline to give AI the context it needs for better translations.
192+
193+
## See more
194+
195+
- [Crowdin AI](https://support.crowdin.com/crowdin-ai/)
196+
- [Usage of AI localization with Crowdin branches](https://github.com/crowdin/github-action/discussions/280)

0 commit comments

Comments
 (0)