Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#9639 closed (fixed)

Ukrainian translation (update)

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

Description

This is translation for uk (ukrainian) locale. django.po, djangojs.po, AUTHORS included.

Attachments (3)

django.patch (198.5 KB ) - added by nickzam 15 years ago.
djano.diff (192.7 KB ) - added by nickzam 15 years ago.
linux version
django_uk.patch (196.5 KB ) - added by nickzam 15 years ago.
fixed, reviewed and updated

Download all attachments as: .zip

Change History (8)

by nickzam, 15 years ago

Attachment: django.patch added

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

It looks like this changed the directory names to use the \ symbol that windows uses instead of /, does anyone know if that causes a problem for *nix users?

by nickzam, 15 years ago

Attachment: djano.diff added

linux version

comment:2 by Malcolm Tredinnick, 15 years ago

Patch needs improvement: set

The filenames are just comments. They flip between Windows and Unix-style separators depending upon who does the translation. Not a big deal; completely harmless.

We do not put translators' names into the PO files (except in the last translator header). They only go in AUTHORS, just like every other contributor. So I'll remove that from the comment at the top of the file (or you can if you decided to make a new patch as a result of the next paragraph).

Also, are you really translating the 1.0-beta-1 release? Or is that just a mistake when you set the version field? Because you should really be working with at least the 1.0 release. Preferably, make a subversion checkout of trunk and translate that (that will become 1.1) and also check out the 1.0.X branch and port your patch to that (you don't have to do both at the same time -- for example, you might choose to only update 1.0.X just before a release there, since it won't change as much as trunk).

Finally -- and this is why I won't commit this just yet -- a bunch of the strings that you appear to have translated freshly still have the #,fuzzy annotation on them. This means they will not be included in the translations (fuzzy strings are there as a reference for translators, but they are not considered to be actual translations, so they don't go into the MO file). Was that your intention? Because some of them are quite simple strings (such as "yes"). I suspect you probably want to remove the "fuzzy" markers on a bunch of those.

If you don't want to do that, no problems, just leave a comment here.

by nickzam, 15 years ago

Attachment: django_uk.patch added

fixed, reviewed and updated

comment:3 by nickzam, 15 years ago

Version: 1.0-beta-1SVN

ok, I removed translators names, #,fuzzy comments from file. I used gettext first time. So I knew nothing about #,fuzzy strings etc. Thank you for explanation.
This translation applies to latest todays trunk, so I suppose for 1.0.x
See django_uk patch.

comment:4 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

(In [9574]) Fixed #9639 -- Updated Ukranian translation from Mykola Zamkovoi.

comment:5 by Malcolm Tredinnick, 15 years ago

(In [9576]) [1.0.X] Fixed #9639 -- Updated Ukranian translation from Mykola Zamkovoi.

Backport of r9574 from trunk.

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