]> dev.renevier.net Git - syp.git/blob - inc/i10n/translate.txt
i18n and english translation
[syp.git] / inc / i10n / translate.txt
1 how to add a language:
2 ----------------------
3 If you want to add language xy, run 
4 $ ./updatelang.php xy
5 then, translate all strings in xy/syp.php
6
7 how to update a language:
8 -------------------------
9 If you want to update language xy, run 
10 $ ./updatelang.php xy
11 then, translate empty strings xy/syp.php
12
13 how to remove a language:
14 -------------------------
15 If you want to remove language xy, remove xy directory, and unlink symbolic
16 links in root directory:
17 $ rm -r xy/
18 $ rm ../../*.xy.php
19
20 *******************
21 * IMPORTANT NOTES *
22 *******************
23
24 - you can split a translated string in several lines, but it must stay a php string:
25   use a dot (".") to tell the php interpreter that string is not finished.