[Kernel-handbook-general] [PATCH 1/6] Disable po4a-translate's check for minimum translation percentage

Ben Hutchings ben at decadent.org.uk
Tue Jan 17 21:28:53 UTC 2017


---
 Makefile         | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 57aada1f3aac..c316cbfdd241 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ ja:
 	mkdir -p kernel-handbook.ja.dbk
 	ln -sf ../version.ent kernel-handbook.ja.dbk/
 	for src in $(SOURCES); do \
-		po4a-translate -f docbook -m "$$src" -p po4a/kernel-handbook.ja.po -l kernel-handbook.ja.dbk/"$$src" || exit; \
+		po4a-translate -f docbook -m "$$src" -p po4a/kernel-handbook.ja.po -k 0 -l kernel-handbook.ja.dbk/"$$src" || exit; \
 	done
 	xmlto -o kernel-handbook.ja.html -m stylesheet.xsl html kernel-handbook.ja.dbk/kernel-handbook.dbk
 
diff --git a/debian/changelog b/debian/changelog
index 7818c9ee5fe6..c50e527d166f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium
   * Update a list of i386 flavours
   * Correct the description of linux-support packages
   * Describe linux-headers-*-common* as architecture-independent
+  * Disable po4a-translate's check for minimum translation percentage
 
  -- Ben Hutchings <ben at decadent.org.uk>  Fri, 18 Mar 2016 18:10:04 +0000
 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/kernel-handbook-general/attachments/20170117/da628a83/attachment.sig>


More information about the Kernel-handbook-general mailing list