lingo.dev@0.133.12
lingodotdev/lingo.devlingo.dev@0.133.12May 11, 2026by github-actions[bot]
AI Summary
Patch release fixing Windows translation generation for mixed-case source locales.
Key Highlights
- Fix for Windows locale generation where mixed-case source locales (e.g., en-US) were previously not handled correctly.
Full Release Notes
### Patch Changes - [#2082](https://github.com/lingodotdev/lingo.dev/pull/2082) [`34f5b6f`](https://github.com/lingodotdev/lingo.dev/commit/34f5b6ff6be91c5a463c4e97fc0a923cf8c7743b) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Fix Windows: translations now generate for mixed-case source locales (e.g. `en-US`). The placeholder reinsertion regex in `buckets.ts` was case-sensitive while paths were lowercased on Windows, so `[locale]` was lost from the matched pattern and only the source file was rewritten.