(gawk.info.gz) Translator i18n

Info Catalog (gawk.info.gz) Programmer i18n (gawk.info.gz) Internationalization (gawk.info.gz) I18N Example
 
 10.4 Translating `awk' Programs
 ===============================
 
 Once a program's translatable strings have been marked, they must be
 extracted to create the initial `.po' file.  As part of translation, it
 is often helpful to rearrange the order in which arguments to `printf'
 are output.
 
    `gawk''s `--gen-pot' command-line option extracts the messages and
 is discussed next.  After that, `printf''s ability to rearrange the
 order for `printf' arguments at runtime is covered.
 

Menu

 
* String Extraction           Extracting marked strings.
* Printf Ordering             Rearranging `printf' arguments.
* I18N Portability            `awk'-level portability issues.
 
Info Catalog (gawk.info.gz) Programmer i18n (gawk.info.gz) Internationalization (gawk.info.gz) I18N Example
automatically generated by info2html