I18N.pl: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
fix URL |
m typo |
||
Line 1: | Line 1: | ||
== | == Introduction == | ||
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. | 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. |
Revision as of 19:26, 30 August 2011
Introduction
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 script itself