Fetch Google Sheet Translations
Version updated for https://github.com/el-j/google-sheet-translations to version v2.1.4.
- 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 “Google Sheet Translations” GitHub Action automates the process of managing translations by syncing data bidirectionally between Google Sheets and local files. It simplifies translation workflows by supporting auto-translation for missing entries, smart locale filtering, and seamless integration with Next.js static export processes. This action is particularly useful for teams managing multilingual content, enabling efficient collaboration and streamlined localization in CI/CD pipelines.
Release notes
2.1.4 (2026-03-28)
🐛 Bug Fixes
- replace weak SHA-1 createHash with crypto.hash() by upgrading undici to 7.x (4c3f97d)