Fixed in #87 — the scaffold's host/client_app/app.tsx now calls configureI18n() from props.initialPage.props.i18n on boot and listens to router.on('success', …) to call updateI18n() on locale transitions. Verified in framework/cli/simple_module_cli/templates/host/client_app/app.tsx.
Fixed in #87 — the scaffold's
host/client_app/app.tsxnow callsconfigureI18n()fromprops.initialPage.props.i18non boot and listens torouter.on('success', …)to callupdateI18n()on locale transitions. Verified inframework/cli/simple_module_cli/templates/host/client_app/app.tsx.