Translating text- Copy one of the existing language files in source/ngc/intl/ to the target language.
- Edit the file, replacing the strings with your translated text.
- Go to the Issues tab, and submit a New Issue (requires a Google account)
- Enter a Summary and Description.
- Click the Attach a file link and attach your translated header file.
- Click Submit Issue and wait.
Compiling for a language- Open Makefile.wii or Makefile.gc in an editor.
- Search for the text LANG. It should get you around line 24.
- Set the LANG variable to one of the supported languages listed, keeping it in all capital letters.
- Save and exit your editor.
- Compile the sources as usual.
|