diff options
author | Claude Paroz <claude@2xlibre.net> | 2013-04-25 10:32:27 +0200 |
---|---|---|
committer | Claude Paroz <claude@2xlibre.net> | 2013-04-25 10:35:51 +0200 |
commit | 8f7276b782e4e10f3e361f9d833f4e415e70bb28 (patch) | |
tree | 34937283412d07bdf9adbf63c8c89a994881f217 /scripts | |
parent | 909873060ca63eed855de219131a32454558980b (diff) | |
download | django-8f7276b782e4e10f3e361f9d833f4e415e70bb28.tar.gz |
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.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/manage_translations.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/manage_translations.py b/scripts/manage_translations.py index b90b26e1f8..3e58040187 100644 --- a/scripts/manage_translations.py +++ b/scripts/manage_translations.py @@ -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): """ |