summaryrefslogtreecommitdiffstats
path: root/po/Makevars
Commit message (Collapse)AuthorAgeFilesLines
* po: Don't generate po/Makevars file and include Perl keywords (RHBZ#559963).Richard Jones2010-05-121-0/+43
| | | | | | | | | I don't see a reason to autogenerate po/Makevars, and in the earlier commit which changed this file to being autogenerated we accidentally lost the special Perl keywords, copyright notice and bug reporting address. Fix all of that. This partially reverts commit febff9d2a35c4f40abbaf8943146476bdeac671e.
* build: remove more files added by ./autogen.shJim Meyering2009-08-041-42/+0
| | | | | | | | | | | | | * po/LINGUAS: Remove file. * po/Makefile.in.in: Likewise. * po/Makevars: Likewise. * po/Rules-quot: Likewise. * po/boldquot.sed: Likewise. * po/[email protected]: Likewise. * po/[email protected]: Likewise. * po/insert-header.sin: Likewise. * po/quot.sed: Likewise. * po/remove-potcdate.sin: Likewise.
* Make Perl strings translatable using perl-libintl.Richard Jones2009-07-151-1/+2
| | | | | | | | | All Perl strings are now marked as translatable using __"string" or __x("string {placeholder}", placeholder => $_). Perl strings now get copied to the PO files. The po/POTFILES.in file is now updated automagically whenever we add new *.c, *.pl or *.pm files into the repository.
* Fix bug links.Richard Jones2009-05-261-1/+1
|
* Gettextize the source, make library strings translatable.Richard Jones2009-05-211-0/+41
OSZAR »