v1.85.0
[1.85.0] — 2026-07-03
German, Italian & Turkish locales (parent career-ops v1.16.0 locale parity). The UI now ships in 16 languages — de 🇩🇪, it 🇮🇹 and tr 🇹🇷 join the existing 13.
- Full UI translation — all 730 i18n keys translated in
public/js/lib/locales/i18n-dict.{de,it,tr}.js; the language switcher lists Deutsch / Italiano / Türkçe and browser-language auto-detection recognisesde/it/tr(public/js/lib/i18n.js). - In-app Help guide —
docs/help/{de,it,tr}.mdtranslated (full 19 H2 / 75 H3 structure), served byGET /api/help/:lang. - Docs —
README.{de,it,tr}.mdandCHANGELOG.{de,it,tr}.mdadded; the CHANGELOG locale-parity gate now covers 15 non-EN locales. - Prompt scaffolding —
server/lib/prompts.mjs(LOCALE_NAMES+SCAFFOLD_STRINGS) localised for the three new locales, so LLM output follows the UI language.
All parity gates (i18n-locale-files, i18n-coverage, check-changelog-parity, lang-switcher-rtl) extended to the 16-locale set.