db8a3db introduced {%+ tags to avoid spurious whitespaces. It looks like setup.py extract_messages doesn't understand that syntax. Many translatable messages are not included.
After this is fixed, we need to regenerate the po as some new messages have been added since then.
db8a3db introduced {%+ tags to avoid spurious whitespaces. It looks like
setup.py extract_messagesdoesn't understand that syntax. Many translatable messages are not included.After this is fixed, we need to regenerate the po as some new messages have been added since then.