You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@farridav this keeps happening on our builds, is there a possibility for this to be fixed and merged in the coming future? I understand that #526 might not be the best solution.
Running
django-admin compilemessages
will most usually decide the fr translation is up to datebut somteimes django will want to process it for some reason. And it will fail:
I am still puzzled about what triggers this but my builds are now sort of flaky (workaround is to simply re-trigger the build)
I guess this is related to https://www.gnu.org/software/gettext/FAQ.html#newline. I am not sure I understand the rationale for that gettext behavior but similar issues (e.g. scanmem/scanmem#205) have been fixed by enforcing newline parity between original and translated strings: https://github.com/farridav/django-jazzmin/blob/master/jazzmin/locale/fr/LC_MESSAGES/django.po#L90
The text was updated successfully, but these errors were encountered: