summaryrefslogtreecommitdiff
path: root/po/packages/POTFILES.in
AgeCommit message (Expand)Author
2016-03-03po: Drop removed file 'weechat.scm'....Fixes <http://bugs.gnu.org/22888>. weechat has been merged into 'irc.scm' in e288f007. * po/packages/POTFILES.in: Drop removed file 'weechat.scm'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Justus Winter
2015-07-19nls: Add package files for translation....* po/packages/POTFILES.in: Add a bunch of files. Ludovic Courtès
2015-05-10nls: Add package files for translation....* po/packages/POTFILES.in: Add a bunch of files. Ludovic Courtès
2015-01-27nls: Add a few more package modules for translation....* po/packages/POTFILES.in: List a few more files. Ludovic Courtès
2014-11-10nls: Add a few more package modules for translation....* po/packages/POTFILES.in: List a few more files. Ludovic Courtès
2014-09-11nls: Adjust reference to stale file....* po/packages/POTFILES.in: Replace recutils.scm with databases.scm. Ludovic Courtès
2014-06-13Separate package description translations from string translations....* po/packages/LINGUAS, po/packages/Makevars, po/packages/POTFILES.in: New files. * po/guix/Makevars (DOMAIN): Change to "guix". (XGETTEXT_OPTIONS): Remove "--keyword=synopsis --keyword=description". * po/guix/POTFILES.in: Remove gnu/packages/*.scm. * configure.ac: Change to gettext 0.18.3. Produce po/packages/Makefile.in. * Makefile.am (SUBDIRS): Add po/packages. * guix/ui.scm (%package-text-domain): New variable. (P_): New procedure. (package->recutils): Use 'P_' instead of '_'. * guix/scripts/package.scm (find-packages-by-description): Use 'P_' instead of 'gettext'. Ludovic Courtès