davidchtchian/ami
Adds French/German/English localization via next-intl, with Mistral LLM support and legal-citation toggles bundled alongside.
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
- French-language UI A localized interface so the assistant can be used by francophone legal practitioners rather than only English speakers.
- Multilingual foundation Groundwork that opens the door to additional languages beyond French down the road, not just a one-off translation.
Direction
i18n
Activity
Threads of work (detailed view)
davidchtchian adds a French face to Mike - and a new AI engine on the side
Two commits bring a French-language interface to an English legal AI app, with a European model provider quietly bundled in.
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.