Translate i18n Files
Version updated for https://github.com/EvenToNight/auto-i18n to version v1.9.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Auto i18n Translator” GitHub Action automates the translation of JavaScript/TypeScript localization files using Google Translate. It detects changes in source files, translates only modified or missing keys, and preserves custom translations marked with [ignorei18n]. Additionally, it can auto-commit and push updates, streamlining the localization process and reducing manual effort.
Release notes
1.9.0 (2026-03-16)
Features
- i18n: add check_only mode and pre-commit working tree diff (aaf3862)