1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Updated Transifex links to the Django project

Translations for the Django framework are now hosted on the
django-core Transifex project, and the django project is only
dedicated to a team-only hub project.
This commit is contained in:
Claude Paroz
2013-04-25 10:32:27 +02:00
parent 909873060c
commit 8f7276b782
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"
return "django-core.core"
else:
return "django.contrib-%s" % name
return "django-core.contrib-%s" % name
def _check_diff(cat_name, base_path):
"""