Renamed Transifex project from django-core to django

See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex
This commit is contained in:
Claude Paroz 2014-04-24 11:36:25 +02:00
parent 91afc00513
commit 7c24027bad
3 changed files with 18 additions and 18 deletions

View file

@ -61,9 +61,9 @@ def _get_locale_dirs(resources, include_core=True):
def _tx_resource_for_name(name):
""" Return the Transifex resource name """
if name == 'core':
return "django-core.core"
return "django.core"
else:
return "django-core.contrib-%s" % name
return "django.contrib-%s" % name
def _check_diff(cat_name, base_path):