#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)
Change History (8)
by , 16 years ago
Attachment: | django.patch added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 16 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.
comment:3 by , 16 years ago
Version: | 1.0-beta-1 → SVN |
---|
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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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?