diff --git a/babel.cfg b/babel-django.cfg similarity index 100% rename from babel.cfg rename to babel-django.cfg diff --git a/openstack_auth/locale/openstack_auth.pot b/openstack_auth/locale/django.pot similarity index 100% rename from openstack_auth/locale/openstack_auth.pot rename to openstack_auth/locale/django.pot diff --git a/setup.cfg b/setup.cfg index ccc43c3c..4a847e66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ detailed-errors=1 [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = openstack_auth/locale/openstack_auth.pot +output_file = openstack_auth/locale/django.pot [compile_catalog] directory = openstack_auth/locale @@ -48,4 +48,4 @@ domain = django [update_catalog] domain = django output_dir = openstack_auth/locale -input_file = openstack_auth/locale/openstack_auth.pot +input_file = openstack_auth/locale/django.pot