GitHub user imedlee edited a comment on the discussion: superset 5.0.0 translation display is incomplete
I previously added translation files through the Superset 5.0.0 image on Docker Hub, and it worked normally.[@dosu](https://go.dosu.dev/dosubot). ``` FROM python:3.12.6-slim-bookworm AS builder COPY . /app WORKDIR /app RUN pip install --no-cache-dir --upgrade pip &&\ pip install --no-cache-dir polib &&\ python generate_locales.py && python generate_messages.py FROM apache/superset:5.0.0 COPY --from=builder /app/messages.json /app/superset/translations/zh/LC_MESSAGES/messages.json COPY --from=builder /app/target/messages.mo /app/superset/translations/zh/LC_MESSAGES/messages.mo USER superset ``` GitHub link: https://github.com/apache/superset/discussions/34540#discussioncomment-13994716 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org