#10011 closed (fixed)
Updates to Thai translations
Reported by: | KayEss | Owned by: | nobody |
---|---|---|---|
Component: | Translations | Version: | dev |
Severity: | Keywords: | thai th | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
These are updates to the Thai translation files against Django trunk r9729.
I've not submitted a patch like this before. Created it using
$ svn diff *.po>thai.diff
Hopefully it's usable.
Attachments (1)
Change History (7)
by , 16 years ago
comment:1 by , 16 years ago
In case the patch is bad, full versions can be fetched from: http://svn.felspar.com/public/pythai/trunk/django/trunk/django/translations/th/LC_MESSAGES/
comment:2 by , 16 years ago
The patch is applicable, but in the future, do run:
svn diff django/conf/locale/$YOUR_LOCALE_HERE/ >$YOUR_DIFF_FILE_HERE
It makes it easier for Malcolm or another maintainer to apply the patch, as he/she won't have to guess which code to use. In your case that's th
.
comment:3 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 16 years ago
I've applied this to trunk (see previous comment), but I am struggling to backport the patch to the 1.0.X branch. I've mentioned in the past that I will only do this if it's easy. In this case, there are conflicts.
So if anybody who can speak Thai would like to create a reliable patch against the 1.0.X branch, I'm happy to apply that. For now, the branch uses a slightly older set of translations.
Thai localisation patch