Lingo.Dev AI Localization
Version updated for https://github.com/lingodotdev/lingo.dev to version lingo.dev@0.138.2.
- This action is used across all versions by 104 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Lingo GitHub Action automates the continuous localization of text across repositories using the Lingo.dev platform. It simplifies the process of translating content, ensuring consistent and high-quality translations with features like AI-assisted setup and integration with existing translation engines. This action streamlines the localization workflow by automatically handling changes in text files and ensures that only necessary updates are processed.
What’s Changed
Patch Changes
- #2169
14b34e7Thanks @cherkanovart! - Fix Biome formatter silently skipping files whenbiome.jsoncuses a gritpluginsentry (or any section the bundled Biome can’t apply). PreviouslyapplyConfigurationthrew on such keys, formatting was disabled for the whole file, and the project’s configured quote style was dropped — files got committed reformatted to defaults on every run. Thepluginskey is now excluded before applying config, and any remaining unsupported/unknown section falls back to formatter-only settings so formatting still runs.