sunscrapers / djoser

REST implementation of Django authentication system.
MIT License
2.53k stars 459 forks source link

PyPi package is missing translations #824

Closed oscarfonts closed 3 months ago

oscarfonts commented 4 months ago

The djoser-2.2.2.tar.gz file from pypi.org is missing the .mo compiled messages in djoser/locale//LC_MESSSAGES.

This causes mail templates to be only partially translated (some of the strings are borrowed from django base translations).

tomwojcik commented 3 months ago

I confirm that this was overlooked when moving to poetry and your fix seems to work. Thank you!

oscarfonts commented 3 months ago

Unfortunately the most recent version 2.2.3 still doesn't include the .mo files, so translations aren't working. It seems the release was made just before merging this fix. Is there any estimate for the next release date? Thanks @tomwojcik !