wok view perl-maketext-gettext/description.txt @ rev 24600

updated ghostscript and ghostscript-dev again (9.02 -> 9.55.0)
author Hans-G?nter Theisgen
date Wed Mar 02 07:43:51 2022 +0100 (2022-03-02)
parents
children
line source
1 Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks.
2 It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works.
3 It works seamlessly, both in the sense of GNU gettext and Maketext.
4 As a result, you enjoy both their advantages, and get rid of both their
5 problems, too.
7 You start as a usual GNU gettext localization project:
8 Work on PO files with the help of translators, reviewers and Emacs.
9 Turn them into MO files with msgfmt.
10 Copy them into the appropriate locale directory, such as
11 /usr/share/locale/de/LC_MESSAGES/myapp.mo.
13 Then, build your Maketext localization class, with your base class
14 changed from Locale::Maketext(3) to Locale::Maketext::Gettext.
15 That is all.