From 830523e024b131174f601f7f87ebf118d8efc38f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 20 Jun 2015 12:22:17 +0200 Subject: biblio: Tell translators what these messages are. * src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Add comment for translators. --- src/guile/skribilo/biblio/template.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/guile/skribilo/biblio/template.scm b/src/guile/skribilo/biblio/template.scm index f276861..6f2dadd 100644 --- a/src/guile/skribilo/biblio/template.scm +++ b/src/guile/skribilo/biblio/template.scm @@ -1,7 +1,7 @@ ;;; template.scm -- Template system for bibliography entries. ;;; ;;; Copyright 2003, 2004 Manuel Serrano -;;; Copyright 2006, 2007 Ludovic Courtès +;;; Copyright 2006, 2007, 2015 Ludovic Courtès ;;; ;;; ;;; This file is part of Skribilo. @@ -144,6 +144,8 @@ (define (make-bib-entry-template/default kind) ;; The default bibliography entry template. + + ;; TRANSLATORS: The next few msgids are fragments of bibliography items. (case kind ((techreport) `(author ". " (or title url documenturl) ". " -- cgit v1.2.3