summaryrefslogtreecommitdiffstats
path: root/babel.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of distutils.extra.Monty Taylor2012-02-081-0/+2
| | | | | | | | | | | | | | | | | | | We moved to DistUtilsExtra because it promised a more automatic workflow from setup.py. It doesn't actually deliver though, and it also vomits warnings during setup.py usage, and also breaks pip integration. So this is going back to babel. Mostly folks shouldn't need to know anything about this. We'll need to update the translations import jobs in Jenkins, and we might need to add a corresponding translations upload job that runs post-merge. Translations installation doesn't fully work - but it actually wasn't fully working before. Getting this part of the project done now though is a pre-requisite for using tox for multi-python testing (tox starts by creating an sdist tarball and then installing it into the venv, which is just 100% broken with DistUtilsExtra) Change-Id: I126e1bcfab0656eab6ca10de67d3d2aaa8b844f3
* Merge Distutils.Extra changes for automating translation message catalog ↵jaypipes@gmail.com2011-02-141-2/+0
| | | | compilation
* Added babel/gettext build support.Monty Taylor2011-01-101-0/+2