wok diff perl-maketext-gettext/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-maketext-gettext/description.txt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,15 @@
     1.4 +Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks.
     1.5 +It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works.
     1.6 +It works seamlessly, both in the sense of GNU gettext and Maketext.
     1.7 +As a result, you enjoy both their advantages, and get rid of both their
     1.8 +problems, too.
     1.9 +
    1.10 +You start as a usual GNU gettext localization project:
    1.11 +Work on PO files with the help of translators, reviewers and Emacs.
    1.12 +Turn them into MO files with msgfmt.
    1.13 +Copy them into the appropriate locale directory, such as
    1.14 +/usr/share/locale/de/LC_MESSAGES/myapp.mo.
    1.15 +
    1.16 +Then, build your Maketext localization class, with your base class
    1.17 +changed from Locale::Maketext(3) to Locale::Maketext::Gettext.
    1.18 +That is all.