Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: re-pull Atlas translations for mounted edx-platform #1024

Closed

Commits on Mar 21, 2024

  1. fix: re-pull Atlas translations for mounted edx-platform

    The new Atlas-based translations system stores important
    translations artifacts in edx-platform.
    
    Unfortunately, when edx-platform is bind-mounted, these
    translations artifacts are overwritten. This means that
    edx-platform developers will see 404s on various i18n-related
    assets in Django-rendered LMS and CMS pages.
    
    We work around this in the same way we do for static assets,
    egg_info, and node_modules: Just re-generate the translations
    artifacts as part of the dev init job, via mounted-directories.sh.
    This is a waste of time and bandwidth, but it's the system we have,
    for now at least.
    kdmccormick committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d913781 View commit details
    Browse the repository at this point in the history