i18n Translate Action
Version updated for https://github.com/i18n-actions/ai-i18n to version V0.8.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The i18n Translate Action is a GitHub Action designed to automate the translation of internationalization (i18n) files using advanced language models like Anthropic Claude, OpenAI GPT, and Ollama. It simplifies the process of translating text across multiple formats (e.g., XLIFF, JSON) and languages, intelligently detecting and translating only new or updated strings while handling complex pluralization rules. Key capabilities include batch processing, rate limiting, change detection, and automatic committing of translated files to version control, streamlining localization workflows for developers and teams.
Release notes
What’s Changed
- fix: use max_completion_tokens for OpenAI API requests by @chandler-baskins in https://github.com/i18n-actions/ai-i18n/pull/11
New Contributors
- @chandler-baskins made their first contribution in https://github.com/i18n-actions/ai-i18n/pull/11
Full Changelog: https://github.com/i18n-actions/ai-i18n/compare/v0.7.0...V0.8.0