summaryrefslogtreecommitdiffstats
path: root/po/Makevars
Commit message (Collapse)AuthorAgeFilesLines
* Use '--keyword=P_:1,2' for plural gettext string extraction (#567417).David Cantrell2010-03-081-1/+1
| | | | | | | | See: http://www.gnu.org/software/hello/manual/gettext/xgettext-Invocation.html for the details. The 1,2 addition tells xgettext where to find the singular and plural string forms.
* Add --keyword=P_ to xgettext command arguments.David Cantrell2009-10-011-1/+1
|
* Convert po/ subdirectory to GNU gettext template system.David Cantrell2009-06-091-0/+41
Maintaining po/ now means maintaining po/LINGUAS, po/POTFILES.in, and po/Makevars. The other files are automatically added by gettextize when we update to a newer minimum version of gettext. The LINGUAS file lists all of the languages we support. The POTFILES.in file lists all of the source files that have strings for translation. The Makevars file sets some control variables and options to xgettext.