From 685fc06e6aa633bd18bab117ecbbcf179c1579bf Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 21 Jun 2015 22:11:01 +0200 Subject: biblio: Internationalize the word "In". Reported by Benno Schulenberg . * src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Gettextize "In". --- src/guile/skribilo/biblio/template.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/guile/skribilo/biblio/template.scm b/src/guile/skribilo/biblio/template.scm index 2f9c838..6cbeed8 100644 --- a/src/guile/skribilo/biblio/template.scm +++ b/src/guile/skribilo/biblio/template.scm @@ -157,13 +157,13 @@ (", pp. " pages) ".")) ((article) '(author ". " (or title url documenturl) ". " - "In " journal ", " volume + ,(_ "In ") journal ", " volume ("(" number ") ")", " (address ", ") month " " year ", " ("pp. " pages) ".")) ((inproceedings) '(author ". " (or title url documenturl) ". " - "In " booktitle ", " + ,(_ "In ") booktitle ", " (series ", ") ("(" number ")") ("pp. " pages ", ") @@ -179,7 +179,7 @@ (", pp. " pages) ".")) ((inbook) `(author ". " (or title url documenturl) ". " - "In " booktitle ", " publisher + ,(_ "In ") booktitle ", " publisher (", " editor " (" ,(_ "editor") ")") (", " ,(_ "Chapter ") chapter) (", pp. " pages) ", " -- cgit v1.2.3