endlessm / kolibri-explore-plugin

The kolibri plugin to add the custom channel representation
MIT License
2 stars 4 forks source link

Extract all backend locale messages #816

Closed dbnicholson closed 1 year ago

dbnicholson commented 1 year ago

Extract and compile messages for all locales supported by the backend. This makes more sense for Endless where we need all the PO files to be up to date so that translations can be made in them. This does generate files for all the locales Kolibri supports, however. We have no intention of supporting the majority of them, but it's simpler than having a custom Django settings file that overrides LOCALE_PATHS to our supported subset.