#14530: specify if new translations to django core can be made in project directory ---------------------------+------------------------------------------------ Reporter: ahebert | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ On the documentation page, http://docs.djangoproject.com/en/dev/topics/i18n/localization/, under the title "Locale Restrictions," it says: {{{ If you want to support a locale for your application that is not already part of Django, you’ll need to make at least a minimal translation of the Django core.
A good starting point is to copy the Django English .po file and to translate at least some translation strings. }}} The text should indicate if the new language .po file may be copied to the project directory, or if it needs to be copied to the Django core source directory (e.g. <python-path>/django/conf/locale/). -- Ticket URL: <http://code.djangoproject.com/ticket/14530> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
