Run extract_messages

Fix python setup.py extract_messages (babel.cfg
was missing). Move Babel to test-requires and
add the .pot file to git.

Change-Id: I46d7ccaf3194832cdc72a8567c4777737da2e1aa
This commit is contained in:
Dirk Mueller 2013-07-22 09:50:36 +02:00
parent 71c2525d4d
commit ae52281525
4 changed files with 1298 additions and 1 deletions

2
babel.cfg Normal file
View File

@ -0,0 +1,2 @@
[python: **.py]

1295
ironic/locale/ironic.pot Normal file

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,6 @@ greenlet>=0.3.2
sqlalchemy-migrate>=0.7 sqlalchemy-migrate>=0.7
netaddr netaddr
paramiko>=1.8.0 paramiko>=1.8.0
babel>=0.9.6
iso8601>=0.1.4 iso8601>=0.1.4
setuptools_git>=0.4 setuptools_git>=0.4
python-quantumclient>=2.2.0 python-quantumclient>=2.2.0

View File

@ -7,6 +7,7 @@ coverage>=3.6
discover discover
fixtures>=0.3.12 fixtures>=0.3.12
mox>=0.5.3 mox>=0.5.3
Babel>=0.9.6
mysql-python mysql-python
python-subunit python-subunit
sphinx>=1.1.2 sphinx>=1.1.2