Making 4.0.4 translatable
Brought to you by:
tuxmonkey
In addition to applying the pacth you must:
1) In conf/config.php add a line:
$lang="xx";
2) Copy (recursively) themes/default to themes/default-xx
and translate all strings in the tpl subdirectory - quite some work.
3) Copy strings_en.php to strings_xx.php
and translate all strings in the file - quite some work.
4) Copy includes/motd to includes/motd_xx
and translate it.
That's it!
"xx" above stands for the two letter language code of your language.
Logged In: YES
user_id=21914
You can fetch the complete files from
http://nordhaug.himolde.no/issue-tracker-patches/1178462/
if you don't have a patch program. Unpack the zip file inside
the issue-tracker directory.
Logged In: YES
user_id=37894
I applied relevant parts of this patch to 5dev37 as well. It
will be in the next snapshot - after I have a chance to test
the email feature.
Cheers,
Fil
Logged In: YES
user_id=21914
Fil, I can't see that anything of this patch is relevant to
5dev37. 5dev37 already has a working translation setup.
maybe you meant to use patch 1178448?