On Mon, Mar 17, 2008 at 7:48 PM, Roman <[EMAIL PROTECTED]> wrote:
>  NOTE: someone more familiar with gettext might want to add those and the 
> ones from kf_ToggleRadarTerrain() to the .po files.

Done.

All you need to do is to add _() around a string, like this:

          printf( "Untranslated string");
          printf(_("Translated string"));

Gettext will then parse the files to extract the strings to translate
automatically.

  - Per

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to