gawk: Translator i18n

1 
1 13.4 Translating 'awk' Programs
1 ===============================
1 
1 Once a program's translatable strings have been marked, they must be
1 extracted to create the initial '.pot' file.  As part of translation, it
1 is often helpful to rearrange the order in which arguments to 'printf'
1 are output.
1 
1    'gawk''s '--gen-pot' command-line option extracts the messages and is
1 discussed next.  After that, 'printf''s ability to rearrange the order
1 for 'printf' arguments at runtime is covered.
1 

Menu