Android Resource Translator
Version updated for https://github.com/duartebarbosadev/AndroidResourceTranslator to version v2.3.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Android Resource Translator GitHub Action automates the process of identifying missing translations in strings.xml files and generates translations using AI language models (OpenAI or OpenRouter). This action streamlines localization efforts for Android projects by ensuring consistent and efficient translation management. Key capabilities include automatic scanning, translation generation, and optional integration with pull requests to simplify workflow automation.
What’s Changed
Release v2.3.0
Changes in this release:
- feat: add functionality to detect and refresh updated default resources (#39) (PR #39)
- Review (#38) (PR #38)
- fix: improve plural translation check to ensure not all default quantities are needed (#37) (PR #37)
- refactor: Improve error handling for incomplete translations in LLM provider (#36) (PR #36)
- Bump actions/upload-artifact from 5 to 7 (#35) (PR #35)
- Update Buy Me a Coffee username in FUNDING.yml
Related Pull Requests:
- PR #39: feat: add functionality to detect and refresh updated default resources
- PR #38: Review
- PR #37: fix: improve plural translation check to ensure not all default quantities are needed
- PR #36: refactor: Improve error handling for incomplete translations in LLM provider
- PR #35: Bump actions/upload-artifact from 5 to 7
Note: Release notes were automatically generated from commit messages.