No description
Find a file
Claude c3b96a4ce1
fix(reversal): extend punctuation handling
Add !, ;, and , to splitTrailingPunct and matchPunctuation.
Previously only ..., ?, and : were recognised.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 23:53:29 +00:00
docs/plans docs: add go-i18n reversal + go-html combined design 2026-02-16 22:45:18 +00:00
locales feat(reversal): add Tokeniser with verb matching 2026-02-16 23:15:13 +00:00
reversal fix(reversal): extend punctuation handling 2026-02-16 23:53:29 +00:00
compose.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
context.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
debug.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
go.mod feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
go.sum feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
grammar.go feat(reversal): add Tokeniser with verb matching 2026-02-16 23:15:13 +00:00
grammar_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
handler.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
handler_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
hooks.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
i18n.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
language.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
language_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
loader.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
loader_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
localise.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
numbers.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
numbers_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
service.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
service_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
time.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
transform.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
types.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
types_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00