mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[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:
		| @@ -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): | ||||
|     """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user