Changelog

All notable changes to LocaleFlow are documented here.

v1.0.0 March 2026

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
v1.1 March 2026

French and Spanish support now stable.

  • French support — à â ç é è ê ë î ï ô û ù ü diacritics, 60+ typo corrections
  • Spanish support — á é í ó ú ñ ü diacritics, 100+ typo corrections
  • High-confidence interrogative fixes (qué, cómo, dónde, quién, etc.)
  • Conservative ambiguous-word handling (si/sí, tu/tú, el/él)

Coming Soon

v1.1 Q2 2026

More European languages.

  • Italian support
  • Portuguese support
v1.2 Q3 2026

More European languages.

  • Italian support
  • Portuguese support
v1.3 Q4 2026

Advanced features (experimental).

  • Advanced grammar correction using language-tool-python
  • Style suggestions based on context
  • Custom rule definitions for domain-specific vocabulary