#3673: Django Telugu Translation files
----------------------------------+-----------------------------------------
Reporter: pavithran | Owner: hugo
Status: new | Component: Internationalization
Version: SVN | Resolution:
Keywords: telugu, l10n, i18n | Stage: Accepted
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
----------------------------------+-----------------------------------------
Comment (by Simon G. <[EMAIL PROTECTED]>):
Hi Pavithran, I've got the errors too - they look easy to fix:
{{{
/Users/simon/Django/django_src/django/conf/locale/te/LC_MESSAGES/django.po:1039:2:
parse error
/Users/simon/Django/django_src/django/conf/locale/te/LC_MESSAGES/django.po:1039:
keyword "html" unknown
/Users/simon/Django/django_src/django/conf/locale/te/LC_MESSAGES/django.po:1695:13:
parse error
msgfmt: found 3 fatal errors
}}}
The first one is where I think "email" has been replaced with a linebreak,
so line 1038 should be:
{{{
#: contrib/admin/templates/registration/password_reset_email.html:2
}}}
The second one is where you'll need to step in, and it's at line 1694:
{{{
#: conf/global_settings.py:60
msgid "Romanian"
msgstr "రొమా"నియన్
}}}
- it's complaining that the msgstr isn't wrapped in quote marks - I'm not
sure if that " should be in the middle of the string?
--Simon
--
Ticket URL: <http://code.djangoproject.com/ticket/3673#comment:5>
Django Code <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
-~----------~----~----~----~------~----~------~--~---