mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
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:
parent
91afc00513
commit
7c24027bad
3 changed files with 18 additions and 18 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue