diff options
author | Ludovic Courtès | 2015-06-20 12:22:17 +0200 |
---|---|---|
committer | Ludovic Courtès | 2015-06-20 12:22:17 +0200 |
commit | 830523e024b131174f601f7f87ebf118d8efc38f (patch) | |
tree | 906bd7599fab684df17454c7b57aa7cb1141cf1b /src/guile | |
parent | 29bfe28a07a156c62de493893a7c69915c80b9c7 (diff) | |
download | skribilo-830523e024b131174f601f7f87ebf118d8efc38f.tar.gz skribilo-830523e024b131174f601f7f87ebf118d8efc38f.tar.lz skribilo-830523e024b131174f601f7f87ebf118d8efc38f.zip |
biblio: Tell translators what these messages are.
* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default):
Add comment for translators.
Diffstat (limited to 'src/guile')
-rw-r--r-- | src/guile/skribilo/biblio/template.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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 <ludovic.courtes@laas.fr> +;;; Copyright 2006, 2007, 2015 Ludovic Courtès <ludo@gnu.org> ;;; ;;; ;;; 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) ". " |