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:38:18 +0200 |
| commit | 8b345614cd39514cc1efe271c3b73c6130801fb3 (patch) | |
| tree | 5b5f0d605cf5ee82dc8c4ae1f8fbf01cd191b58c /scripts | |
| parent | 240649ef6853b0a60dc70efffc48dcf08487eaff (diff) | |
[1.5.x] 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.
Backport of 8f7276b782 from master.
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): """ |
