This release fixes the calls to gettext
module that resulted in showstoppers when some translated strings contained non-ascii characters.
Usually I don't ship on weekdays, preffering tweaks and improvements to snowball over time for me to ship at the weekend, but this one's exception aimed to fix the blocker for translation efforts that are undergoing currently
Updating instructions
To update Misago from 0.6 Alpha 8 to 0.6 Alpha 9, use PIP to uninstall old Misago and install new one:
pip uninstall misago
pip install misago --pre
New features
none
Theme changes
none
Bugs fixed
- 793 - changed all gettext functions to
u-
prefixed versions that support unicode.
Implementation and API changes
none
Documentation changes
none