File diff r10582:8ae593b77ce8 → r10583:9aad29357166
docs/HOWTO_compile_lang_files.txt
Show inline comments
 
@@ -7,8 +7,9 @@ you have downloaded english.txt, the mas
 
not always true, namely when changes in the code have not touched language
 
files, your safest bet is to assume this 'limitation'.
 
As a first step you need to compile strgen. This is as easy as typing
 
'make strgen'. You can also download a precompiled binary from a release,
 
nightly, etc.
 
'make strgen'. You can download the precompile strgen from:
 
http://www.openttd.org/download-strgen
 

	
 
strgen takes as argument a txt file and translates it to a lng file, allowing
 
it to be used inside OpenTTD. strgen needs the master language file
 
english.txt to work. Below are some examples of strgen usage.