I18N.pl: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
m (Fm translate.pl moved to I18N.pl: Script renamed to better reflect the purpose (it doesn't translate anything, just prepares for translation).)
m (linky)
Line 27: Line 27:
* [[Internationalization]] - Main article
* [[Internationalization]] - Main article
* [http://strawberryperl.com/ Strawberry Perl].
* [http://strawberryperl.com/ Strawberry Perl].
* [http://bloodgate.com/mirrors/tdm/scripts The fm_translate.pl script]
* [http://bloodgate.com/mirrors/tdm/scripts The script itself]


{{editing}}
{{editing}}

Revision as of 12:04, 20 August 2011

Inrtoduction

The script fm_translate.pl seperates the main FM data from all the texts and other assets that need to be changed in order for translation.

Requirements

Usage

On a console (a "DOS Window" under Windows):

perl fm_translate.pl --english fms/outpost/outpost.pk4 --french fms/avant_poste.pk4

The output packages will be created under output, as:

output/outpost.pk4
output/outpost_i18n.pk4

See also