All notable changes to LocaleFlow are documented here.
Initial release — the first i18n post-processing layer for OpenClaw.
Added
- SKILL.md — Agent configuration layer with language detection and output rules
- Post-processor engine — Python-based text cleaning with diacritics fixing
- Romanian support — ă, â, î, ș, ț diacritics, 30+ typo corrections
- German support — ü, ö, ä, ß diacritics, 20+ typo corrections
- Stray character removal — Removes CJK/Cyrillic/Arabic artifacts glued to Latin text
- Whitespace normalization — Fixes double spaces, trailing/leading spaces
- Locale formatting — Date, currency, and phone number formats per language
- Auto-detection — Detects language from context with 80% confidence threshold
- Configuration commands — Set/reset language via natural language
- 26 passing tests — Comprehensive test suite for all features
- Full documentation — Installation, configuration, troubleshooting guides
- Website — Landing page, docs, changelog
Known Issues
- Some edge cases in auto-detection may require manual language setting