Django

Code

Ticket #3673 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Django Telugu Translation files

Reported by: pavithran Assigned to: hugo
Milestone: Component: Internationalization
Version: SVN Keywords: telugu, l10n, i18n
Cc: pavithran.s@gmail.com Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 1

Description

I have translated Django into telugu. Attached are the django.po and djangojs.po files.

Attachments

django.po (63.3 kB) - added by pavithran s <pavithran.s@gmail.com> on 03/07/07 05:57:17.
Django.po Telugu translation
djangojs.po (3.6 kB) - added by pavithran s <pavithran.s@gmail.com> on 03/07/07 05:59:16.
djangojs.po Telugu translation
django.2.po (63.5 kB) - added by pavithran s <pavithran.s@gmail.com> on 03/08/07 05:58:58.
Django telugu translation (corrected file)
django.3.po (63.7 kB) - added by pavithran s <pavithran.s@gmail.com> on 03/14/07 06:32:19.
django.4.po (63.7 kB) - added by pavithran.s@gmail.com on 05/20/07 04:14:08.
fixed errors

Change History

03/07/07 05:57:17 changed by pavithran s <pavithran.s@gmail.com>

  • attachment django.po added.

Django.po Telugu translation

03/07/07 05:59:16 changed by pavithran s <pavithran.s@gmail.com>

  • attachment djangojs.po added.

djangojs.po Telugu translation

03/07/07 06:13:13 changed by Kenneth Gonsalves <lawgon@thenilgiris.com>

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

I have gone through the translation - although i am not all that fluent in telugu. Feel that it should be committed. Some strings that are impossible to translate have been omitted. However I feel that on release and use, these will get added and mistakes if any, corrected.

03/07/07 06:36:35 changed by Simon G. <dev@simon.net.nz>

  • keywords changed from telugu to telugu, l10n, i18n.
  • stage changed from Unreviewed to Ready for checkin.

03/08/07 02:41:42 changed by mtredinnick

  • cc set to pavithran.s@gmail.com.
  • needs_better_patch set to 1.
  • stage changed from Ready for checkin to Accepted.

I cannot commit this yet, because there are some errors in the django.po file. The best way to spot the errors is to run (from the django/ directory) bin/make-messages.py -l te, then copy the django.po file into conf/locale/te/LC_MESSAGES/ and then run bin/compile-messages.py.

You will see a lot of output from the second command, because it compiles the .mo files for every locale. But if you look carefully in the output, you will see a couple of errors reported for te/LC_MESSAGES/django.po.

One line (line #1039) has the file/line comment chopped off too early. And the translation of Romania (line #1695) has a double-quote in the middle of the string (and none at the end).

There do not seem to be any problems with djangojs.po. So if you can upload a fixed version of django.po, I will get this committed.

03/08/07 05:15:41 changed by pavithran s <pavithran.s@gmail.com>

While making messages using (from the django/ directory) bin/make-messages.py -l te I got 3 warnings of the unnamed arguments. But while compiling using bin/compile-messages.py I got 0 errors . Should I submit my django.po file ?

03/08/07 05:27:21 changed by Simon G. <dev@simon.net.nz>

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

03/08/07 05:58:58 changed by pavithran s <pavithran.s@gmail.com>

  • attachment django.2.po added.

Django telugu translation (corrected file)

03/08/07 06:15:06 changed by Simon G. <dev@simon.net.nz>

  • summary changed from Django Telugu Translation files to Django Telugu Translation files.
  • stage changed from Accepted to Ready for checkin.

Excellent - that compiles just fine, thanks pavithran.

Malcolm: does it help you if we attache the .mo's too?

03/08/07 21:30:25 changed by mtredinnick

No, we don't need .mo files. I re-generate them before doing the commit as a way to check for errors anyway. It takes three seconds and downloading the file, copying it and checking it would take more than that. :-)

03/08/07 22:42:30 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [4686]) Fixed #3673 -- Added new Telugu (te) localisation. Thanks, pavithran s.

03/14/07 06:30:26 changed by pavithran s <pavithran.s@gmail.com>

  • status changed from closed to reopened.
  • resolution deleted.

I have updated django.po for telugu translation.

Attached is django.po file

03/14/07 06:32:19 changed by pavithran s <pavithran.s@gmail.com>

  • attachment django.3.po added.

03/29/07 23:53:36 changed by mtredinnick

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [4861]) Fixed #3673 -- Updated Telugu translation. Thanks Pavithran.

05/20/07 04:12:28 changed by pavithran.s@gmail.com

  • has_patch set to 1.

Fixed errors and updated po django.po file.

05/20/07 04:14:08 changed by pavithran.s@gmail.com

  • attachment django.4.po added.

fixed errors

05/20/07 09:23:44 changed by mtredinnick

  • status changed from closed to reopened.
  • resolution deleted.

Reopen tickets when you add new patches, please. Otherwise they'll never be seen.

05/20/07 22:51:38 changed by mtredinnick

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [5304]) Fixed #3673 -- Fixed format string errors in Telugu translation. Thanks pavithran.


Add/Change #3673 (Django Telugu Translation files)




Change Properties
Action