wok-6.x diff perl-maketext-gettext/description.txt @ rev 25564
Add missing glibc 2.19 patchs
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 08 16:56:41 2023 +0200 (18 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-maketext-gettext/description.txt Mon May 08 16:56:41 2023 +0200 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.