I18N.pl: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
add |
m Fm translate.pl moved to I18N.pl: Script renamed to better reflect the purpose (it doesn't translate anything, just prepares for translation). |
(No difference)
|
Revision as of 12:03, 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
- 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