From a527ee4fe42cbcd4b54cf1e643d3f8f1d7df39c3 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 8 Mar 2004 18:09:19 +0000 Subject: Initial revision --- po/LINGUAS | 1 + po/Makevars | 17 +++++++++++++++++ po/POTFILES.in | 0 3 files changed, 18 insertions(+) create mode 100644 po/LINGUAS create mode 100644 po/Makevars create mode 100644 po/POTFILES.in (limited to 'po') diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..1b993bd --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1 @@ +# No MSGIDS are available in the project, so no languages are defined diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..b7ea2ff --- /dev/null +++ b/po/Makevars @@ -0,0 +1,17 @@ +# Makefile variables for Guile gettext + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --language=Lisp --keyword=_ --keyword=N_ + +COPYRIGHT_HOLDER = Sergey Poznyakoff + +MSGID_BUGS_ADDRESS = gray@gnu.org + +EXTRA_LOCALE_CATEGORIES = diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..e69de29 -- cgit v1.2.1