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

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (23 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.