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

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (22 months ago)
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.