- May 16, 2017
-
-
str4d authored
-
- Mar 05, 2014
-
-
str4d authored
This is necessary because: - Transifex runs 'msgfmt -c' on any uploaded .po file - pybabel adds a spurious '#~ msgid ""' to the end of some files - 'msgfmt -c' ignores that this is commented out, and treats it as a syntax error (clashing with the top file definition)
-
- Aug 31, 2013
-
-
kytv authored
-
- Aug 15, 2013
-
-
str4d authored
-
- Jul 21, 2013
-
-
str4d authored
-
- Jul 13, 2013
-
-
str4d authored
This breaks translation processing; multi-domain support needs to be added to Flask-Babel. The changes made here put the "important" strings that are used most often into the priority domain, and split the content from different sub-urls into separate domains. Multi-domain support will be implemented such that translations for a specific request are pulled both from the domain which corresponds to the request url and the priority domain. This does mean that there may be duplication of translation strings between domains, but that is unavoidable (and the translators prefer working with smaller resource files).
-
str4d authored
-
- Jan 30, 2013
-
-
kytv authored
- add shebang line and make bourne compatible - report bugs to trac
-
- Jan 18, 2013
-
-
str4d authored
-