[1.6.x] Renamed Transifex project from django-core to django

See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex
Backport of 7c24027ba from master.
This commit is contained in:
Claude Paroz 2014-04-24 11:36:25 +02:00
parent 274bedb928
commit a742cf1711
3 changed files with 18 additions and 18 deletions

View file

@ -47,9 +47,9 @@ def _get_locale_dirs(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):
"""