wok diff perl-maketext-gettext/description.txt @ rev 24891
lynx: use ncursesw (tanks ceel)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 07 07:20:18 2022 +0000 (2022-04-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-maketext-gettext/description.txt Thu Apr 07 07:20:18 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.