fedec65 makes the multilingual build actually multilingual
A translation pass closes the gap between a fork that claims four languages and one that delivers them.
This fork serves its interface in German, French, Italian and English - but a chunk of on-screen text was still hardcoded English, and a deeper bug meant the app fell back to German no matter which language a user had actually chosen. fedec65's pass closes both holes: roughly eighty new translated strings get wired into the screens that were leaking English, and the app now respects a user's saved language preference instead of defaulting everyone to German.
There's also a quieter repair to how the fork talks to AI models run on local hardware. Model names made up of several parts were being mangled into something the local engine couldn't recognise; that now resolves correctly. The commit history has some back-and-forth churn around naming, but the end state is a genuinely more complete and correct multilingual surface.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?