Differences between revisions 3 and 4
Revision 3 as of 2007-11-27 22:38:20
Size: 481
Editor: julius
Comment:
Revision 4 as of 2013-09-18 06:09:33
Size: 481
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

How to convert a word from English to Foreign

Get on the customer site.

cd /u/cc/lang_ts

Select the file you wish to change. eg. If we are converting a word from English to US. finalisation to finalization

vi english_us.ts

Go to the end of the file. Add the following lines.

<message>

  • <source>finalisation</source>

  • <translation>finalization</translation>

</message>

After you have added your words to the file you then need to run

./build.ksh

Dictionary (last edited 2013-09-18 06:09:33 by localhost)