9f9298e0bc
Setup project according to http://docs.openstack.org/infra/manual/creators.html#django-projects * Fix paths in babel*cfg * Remove wrong entries in setup.cfg Right now the translation scrips do not work the configuration and extract no translation strings. After this change, strings are properly extracted. Change-Id: I2c7dcd6bfea3e86a7507bd20888f944dfd00be03
7 lines
133 B
INI
7 lines
133 B
INI
[extractors]
|
|
django = django_babel.extract:extract_django
|
|
|
|
[python: **.py]
|
|
[django: templates/**.html]
|
|
[django: **/templates/**.csv]
|