summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/b_dump_strings.pm
Commit message (Collapse)AuthorAgeFilesLines
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* high level i18n messages getting. only partial stuff. Used only for verificationPascal Rigaux2001-07-021-0/+113