You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI installer (install.sh) is now fully localized into all 16 supported languages, matching the web installer. It auto-detects the language from the shell environment (OIKOS_INSTALLER_LANG > LC_ALL > LC_MESSAGES > LANG) and accepts a --lang <code> override. Translations live in per-language tools/installer/locales/cli/<lang>.sh files — en is the fallback base, the active language overlays it.