#10663: Serbian translations
-----------------------------------------------------------+----------------
Reporter: Branko Vukelic <[email protected]> | Owner:
nobody
Status: closed | Milestone:
1.1
Component: Translations | Version:
SVN
Resolution: fixed | Keywords:
Serbian
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 1
Needs_better_patch: 0 |
-----------------------------------------------------------+----------------
Changes (by russellm):
* status: reopened => closed
* resolution: => fixed
Comment:
I've just re-tested this, and it works fine for me.
In settings.py:
{{{
LANGUAGE_CODE = 'sr-Latn'
}}}
(note - this is a dash, not an underscore)
To create PO files:
{{{
./manage.py makemessages -l sr_Latn
}}}
This will create a locale directory of ``sr_Latn``
If you're having problems, you'll need to provide more explicit
instructions - including exactly what settings you are using, and what
errors/incorrect behaviour you are observing.
--
Ticket URL: <http://code.djangoproject.com/ticket/10663#comment:9>
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
-~----------~----~----~----~------~----~------~--~---