No longer active. This fork has been removed from GitHub. The content below is preserved from MikeWatch's archive.

davidchtchian/ami

Adds French/German/English localization via next-intl, with Mistral LLM support and legal-citation toggles bundled alongside.

Low activity. One topic covering two commits. The i18n route structure is the cleanest thing here; the bundled Mistral provider and UI toggles need fixes before they compile.

View on GitHub →

davidchtchian/ami has one recorded topic: adding multilingual support via next-intl ^3.26.3. The fork introduces an en/de/fr locale system with the canonical App Router [locale] route structure, a LanguageSwitcher component, and message catalogs covering navigation and auth strings.

The same two-commit changeset also ships a full Mistral LLM backend integration and two new chat UI toggles (legalSourcesEnabled, citationStyle). Both have compile errors in the diff - a malformed streaming function and a stray brace in shared/types.ts - so they require review before use.

What's in it

Direction

i18n

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

Threads of work (detailed view)

2 threads have been distilled into posts.

French localization via next-intl, with Mistral LLM and legal-source toggles bundled in

davidchtchian adds `next-intl` ^3.26.3 with an `en`/`de`/`fr` locale system across two commits - but the second commit, despite carrying the same "Französisch hinzugefügt" message, also ships a full Mistral provider and two new chat UI toggles. Useful if you need any of those three things; hazardous if you only want one.