gettext-desc.xml 570 B

1234567891011121314151617181920212223242526
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The gettext package contains the gettext, gettextize, msgcmp, msgcomm,
  5. msgfmt, msgmerge, msgunfmt and xgettext programs.
  6. </para>
  7. </sect2>
  8. <sect2><title>Description</title>
  9. <sect3><title>gettext</title>
  10. <para>
  11. The gettext package is used for internationalization (also known as
  12. i18n) and for localization (also known as l10n). Programs can be
  13. compiled with Native Language Support (NLS) which enable them to output
  14. messages in the users native language rather than in the default English
  15. language.
  16. </para>
  17. </sect3>
  18. </sect2>