From 147a7fa8376429e78fe17f4a199c2394149c33a9 Mon Sep 17 00:00:00 2001 From: Ludovic Court`es Date: Fri, 2 Feb 2007 17:15:33 +0000 Subject: Added basic GNU Gettext support. * .arch-inventory: Mark `ABOUT-NLS' as precious. * Makefile.am (SUBDIRS): Added `po'. (ACLOCAL_AMFLAGS): New. (EXTRA_DIST): New. * configure.ac: Look for `gettext', output `po/Makefile.in'. * src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Internationalized a bit. (make-bib-entry-template/skribe): Likewise. * src/guile/skribilo/utils/syntax.scm (%skribilo-module-reader): I18ned. (_): New. (N_): New. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-11 --- po/.arch-inventory | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 po/.arch-inventory (limited to 'po/.arch-inventory') diff --git a/po/.arch-inventory b/po/.arch-inventory new file mode 100644 index 0000000..05e3ab1 --- /dev/null +++ b/po/.arch-inventory @@ -0,0 +1,5 @@ +# Everything but `.po' files is generated. + +precious ^(Makefile(\.in)*|POTFILES|.*\.(sed|header|sin)|Rules-quot|skribilo\.pot|stamp-.*|.*\.g?mo)$ + +# arch-tag: 4e7d09c2-0d78-4663-931c-ad2b02ffd6a2 -- cgit v1.2.3