From dfcdee7f3ec224cab9bcc6e26a331b725e080043 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 1 Mar 2016 14:44:24 +0100 Subject: 'base' package: Add note about non-translatable bits. * src/guile/skribilo/package/base.scm (source): Add 'TRANSLATORS' comment. Suggested by Anders Jonsson . --- src/guile/skribilo/package/base.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/guile') diff --git a/src/guile/skribilo/package/base.scm b/src/guile/skribilo/package/base.scm index 084493e..f5a4829 100644 --- a/src/guile/skribilo/package/base.scm +++ b/src/guile/skribilo/package/base.scm @@ -1,7 +1,7 @@ ;;; base.scm -- The base markup package of Skribe/Skribilo. ;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2005, 2006, 2007, 2008, 2009, 2013, 2015 Ludovic Courtès +;;; Copyright 2005, 2006, 2007, 2008, 2009, 2013, 2015, 2016 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -535,6 +535,10 @@ (cond ((and (not (null? body)) (or file start stop definition)) (skribe-error 'source + ;; TRANSLATORS: 'file', 'start', 'stop', and + ;; 'definition' denote parameter names; they must not + ;; be translated. Likewise for the 3 subsequent + ;; strings. (_ "file, start/stop, and definition\ cannot be combined with body") body)) -- cgit v1.2.3