aboutsummaryrefslogtreecommitdiffstats
path: root/babel.ini
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo in babel.ini.Berker Peksag2014-06-021-3/+3
|
* Issue 621: Extract strings from hooked templates.Elrond2013-02-041-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.Elrond2013-02-041-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 extensionChristopher Allan Webber2011-12-011-0/+3
|
* Tools to extract translation from python files and templatesChristopher Allan Webber2011-08-061-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 Webber2011-05-121-0/+13