Back to Changelog

v1.0.223

Patch Released May 24, 2026

panel-i18n package install path fix — packages now extract directly into var/i18n/locales/ instead of a doubled-nested path. Resolves install path drift introduced in 1.0.16-1.0.19.

Bug Fix

1
  • panel-i18n package install path: previous packages (1.0.16-1.0.19) extracted into /opt/panelica/var/i18n/locales/locales/ (double locales directory) due to recipe install_prefix mismatch with Central stored service_path. Backend importer reads /opt/panelica/var/i18n/locales/*.json (single locales) and missed the new files, causing translations to fall back to English in the panel modal. Recipe now uses install_prefix=/opt/panelica/var/i18n/locales with a flat tarball layout (no locales/ wrapper). Customers who applied 1.0.19 may have stale files at locales/locales/ — backend startup self-heal (next backend restart) and the new flat package fix this transparently.
See the Demo