This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 78aa79bb15 chore(revert): "add listener to repaint on visibility
change for canvas" (#28654)
add 8d57a35531 feat: bake translations as part of the build processes
(#28483)
No new revisions were added by this update.
Summary of changes:
.github/CODEOWNERS | 4 -
.github/workflows/superset-python-misc.yml | 2 +-
.github/workflows/superset-translations.yml | 4 +-
.gitignore | 7 +-
Dockerfile | 34 +-
RELEASING/README.md | 10 +-
UPDATING.md | 4 +
docs/docs/contributing/development.mdx | 91 -
docs/docs/contributing/howtos.mdx | 37 +-
scripts/{ => translations}/babel_update.sh | 2 +-
.../translations/generate_mo_files.sh | 8 +-
superset-frontend/package-lock.json | 153 +
superset-frontend/package.json | 4 +-
{scripts => superset-frontend/scripts}/po2json.sh | 12 +-
superset/translations/ar/LC_MESSAGES/messages.json | 4883 --------
superset/translations/de/LC_MESSAGES/messages.json | 6248 ----------
superset/translations/empty_language_pack.json | 12 +
superset/translations/en/LC_MESSAGES/messages.json | 4798 --------
superset/translations/es/LC_MESSAGES/messages.json | 3946 -------
superset/translations/fr/LC_MESSAGES/messages.json | 5084 --------
superset/translations/it/LC_MESSAGES/messages.json | 4007 -------
superset/translations/ja/LC_MESSAGES/messages.json | 5616 ---------
superset/translations/ko/LC_MESSAGES/messages.json | 4092 -------
superset/translations/nl/LC_MESSAGES/messages.json | 11560 -------------------
superset/translations/pt/LC_MESSAGES/message.json | 2339 ----
superset/translations/pt/LC_MESSAGES/messages.json | 3977 -------
.../translations/pt_BR/LC_MESSAGES/messages.json | 6009 ----------
superset/translations/ru/LC_MESSAGES/messages.json | 5686 ---------
superset/translations/sk/LC_MESSAGES/messages.json | 4745 --------
superset/translations/sl/LC_MESSAGES/messages.json | 6399 ----------
superset/translations/tr/LC_MESSAGES/messages.json | 4893 --------
superset/translations/uk/LC_MESSAGES/messages.json | 6132 ----------
superset/translations/utils.py | 13 +-
superset/translations/zh/LC_MESSAGES/messages.json | 4472 -------
.../translations/zh_TW/LC_MESSAGES/messages.json | 4445 -------
tests/integration_tests/core_tests.py | 6 +
36 files changed, 259 insertions(+), 99475 deletions(-)
rename scripts/{ => translations}/babel_update.sh (97%)
copy superset/commands/temporary_cache/entry.py =>
scripts/translations/generate_mo_files.sh (79%)
mode change 100644 => 100755
rename {scripts => superset-frontend/scripts}/po2json.sh (74%)
delete mode 100644 superset/translations/ar/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/de/LC_MESSAGES/messages.json
create mode 100644 superset/translations/empty_language_pack.json
delete mode 100644 superset/translations/en/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/es/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/fr/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/it/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/ja/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/ko/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/nl/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/pt/LC_MESSAGES/message.json
delete mode 100644 superset/translations/pt/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/pt_BR/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/ru/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/sk/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/sl/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/tr/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/uk/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/zh/LC_MESSAGES/messages.json
delete mode 100644 superset/translations/zh_TW/LC_MESSAGES/messages.json