I18N.pl
From The DarkMod Wiki
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
- Perl. For Windows, use Strawberry Perl.
- The script and a few modules, bundled together at Bloodgate.
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
- Internationalization - Main article
- Strawberry Perl.
- The fm_translate.pl script