Opened 16 years ago

Closed 16 years ago

#8973 closed (fixed)

Update the telugu translations.

Reported by: Thejaswi Puthraya Owned by: nobody
Component: Translations Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Update the telugu translations as much as possible. Locale for telugu is te.

Attachments (1)

8973.diff (186.9 KB ) - added by Thejaswi Puthraya 16 years ago.
git-patch of the latest checkout

Download all attachments as: .zip

Change History (4)

comment:1 by Marc Fargas, 16 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

The diff is not Ok, or seems to:

marc@castor ~/dev/django/django % LC_ALL=C bin/django-admin.py compilemessages -l te
processing file djangojs.po in /home/marc/dev/django/django/conf/locale/te/LC_MESSAGES
processing file django.po in /home/marc/dev/django/django/conf/locale/te/LC_MESSAGES
/home/marc/dev/django/django/conf/locale/te/LC_MESSAGES/django.po:313: a format specification for argument 'object' doesn't exist in 'msgstr'
/home/marc/dev/django/django/conf/locale/te/LC_MESSAGES/django.po:674: 'msgstr[1]' is not a valid Python format string, unlike 'msgid'. Reason: The character that terminates the directive number 1 is not a valid conversion specifier.
/home/marc/dev/django/django/conf/locale/te/LC_MESSAGES/django.po:935: format specifications in 'msgid' expect a mapping, those in 'msgstr' expect a tuple
/home/marc/dev/django/django/conf/locale/te/LC_MESSAGES/django.po:1124: number of format specifications in 'msgid' and 'msgstr' does not match
msgfmt: found 4 fatal errors

You may want to run "compilemessages" to check if it works in you local copy. ('cause maybe I broke the diff when downloading).

by Thejaswi Puthraya, 16 years ago

Attachment: 8973.diff added

git-patch of the latest checkout

comment:2 by Thejaswi Puthraya, 16 years ago

Patch needs improvement: unset

Updated the patch. It was my bad not to have run compilemessages before submitting the patch. Sorry for the trouble.

comment:3 by Marc Fargas, 16 years ago

Resolution: fixed
Status: newclosed

(In [8992]) Closes #8973. Updated Telugu Translation. Thanks Thejaswi Puthraya.

Note: See TracTickets for help on using tickets.
Back to Top