Files
superset2/docs/admin_docs
rusackas 169c1c1117 docs(installation): document how to add translations to a custom Docker image
BUILD_TRANSLATIONS only takes effect when building the image from
source; extending an already-published tag in a small downstream
Dockerfile (the pattern already documented on this page) can't add
translations after the fact, since non-English files are already
stripped out of the published layers. That distinction wasn't
documented anywhere, and came up repeatedly in #35959 as real user
confusion after 5.0.0 made translations opt-in.

Documents the working multi-stage COPY --from pattern a community
member worked out in that issue for pulling the compiled translation
files out of the superset-node/python-translation-compiler build
stages, and clarifies the BUILD_TRANSLATIONS ARG description to point
at it.
2026-07-29 15:55:48 -07:00
..