[Pkg-libvirt-commits] [libguestfs] 308/384: po-docs: Ship some untranslated PO files.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:58:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit ecbbfc9ddd6dc1df2efd3e84d8d2a025bb464794
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Fri Feb 27 14:37:07 2015 +0000
po-docs: Ship some untranslated PO files.
Add untranslated PO files to EXTRA_DIST.
---
po-docs/Makefile.am | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am
index 8803891..a274898 100644
--- a/po-docs/Makefile.am
+++ b/po-docs/Makefile.am
@@ -21,13 +21,18 @@ include $(top_srcdir)/subdir-rules.mk
# into the po/ directory and the translations into the usual
# libguestfs.pot file.
-# Languages.
+# Languages that we translate.
# Don't use LINGUAS (uppercase) as Gentoo defines it (RHBZ#804464).
linguas = ja uk
+# Languages that we have PO files for, but we don't translate
+# because there is insufficient coverage.
+linguas_not_translated = de en_GB es eu fr nl tg zh_CN
+
EXTRA_DIST = \
libguestfs-docs.pot \
$(linguas:%=%.po) \
+ $(linguas_not_translated:%=%.po) \
podfiles
CLEANFILES = po4a.conf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list