DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
951 stars 364 forks source link

updatemessages doesn't download all the translations #2311

Closed int-y1 closed 9 months ago

int-y1 commented 10 months ago

updatemessages downloads some translations, but not all translations. This problem is blocking #2142.

Here's a successful download:

Building ZIP archive with the latest translations for 'fr'/-\|/-\|/-\|/-\|/-\|/-\ - OK
|/-\|Extracting: '/locale/fr/LC_MESSAGES/django.po'
Extracting: '/locale/fr/LC_MESSAGES/djangojs.po'
Warning: Downloaded translations do not match current project configuration. The following files will be omitted:
 - '/locale/fr/LC_MESSAGES/dmoj-user.po'

Here's a failed download:

Building ZIP archive with the latest translations for 'kk'|/-\|/-\|/- - skipped
Warning: Export was skipped. Please note that this method can be invoked only once per 30 minutes.
\|/-\|/-\|/-\|Extracting: '/locale/kk/LC_MESSAGES/django.po'
Extracting: '/locale/kk/LC_MESSAGES/djangojs.po'
Warning: Downloaded translations do not match current project configuration. The following files will be omitted:
 - '/locale/kk/LC_MESSAGES/dmoj-user.po'
int-y1 commented 9 months ago

2315 probably fixed this.