Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a typo in babel.ini. | Berker Peksag | 2014-06-02 | 1 | -3/+3 |
| | |||||
* | Issue 621: Extract strings from hooked templates. | Elrond | 2013-02-04 | 1 | -1/+1 |
| | | | | | | templates using the new hook system were not extracted properly. One needs to add the new extension to the extraction process as well. | ||||
* | Search for translation in all templates. | Elrond | 2013-02-04 | 1 | -1/+1 |
| | | | | | | | | We missed to search for translatable strings in our plugins and other things that might have templates. The search is now for **/templates/**.html. That should catch a lot more. | ||||
* | Don't barf on templates that use the autoescaping extension | Christopher Allan Webber | 2011-12-01 | 1 | -0/+3 |
| | |||||
* | Tools to extract translation from python files and templates | Christopher Allan Webber | 2011-08-06 | 1 | -1/+1 |
| | | | | | - Added pybabel script to entry points - Added babel.ini, which we'll use to extract stuff | ||||
* | Added extraction stuff that's not used but appears to work :) | Christopher Allan Webber | 2011-05-12 | 1 | -0/+13 |