liang-wenjie commented on code in PR #43813:
URL: https://github.com/apache/superset/pull/43813#discussion_r3946023671
##########
Dockerfile:
##########
@@ -230,6 +230,12 @@ EXPOSE ${SUPERSET_PORT}
######################################################################
FROM python-common AS lean
+# Debian libs needed to build mysqlclient from local requirements.
+RUN /app/docker/apt-install.sh \
+ build-essential \
+ pkg-config \
+ default-libmysqlclient-dev
Review Comment:
Thanks for the catch. I've moved the four archive strings onto the active
msgids in commit `2abb0a8`:
- The two plural entries now use `msgid_plural` + `msgstr[0]`, matching the
POT structure (the zh catalog declares `nplurals=1`).
- The two singular entries now carry the translation on the `... in the
Settings menu ...` IDs.
- The translations were updated accordingly (这些/此 %(type)s
将被移至设置菜单中的"最近归档"。...).
Chinese users will now see the translated copy at runtime instead of the
English fallback. CI checks including `frontend-check-translations` are green.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]