From 8f5e2eeba9cc6f50e5251ba8b64d026086f13b7d Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 18 Sep 2007 22:01:32 +0000 Subject: [PATCH] config.sh: Disable chinese DDTP translations Since I copied the language footer stuff from webwml, but didn't copy all the chinese specific hacks. Therefor this is currently broken in more or less subtle ways. Will need to fix that first. --- config.sh.sed.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sh.sed.in b/config.sh.sed.in index 0b298a0..d3f5b14 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -38,7 +38,8 @@ root="" # Architectures # polangs="de fi nl fr uk" -ddtplangs="ca cs da de eo es fi fr go hu it ja km_KH ko nl pl pt pt_BR ru sk sv uk zh zh_CN zh_TW" +ddtplangs="ca cs da de eo es fi fr go hu it ja km_KH ko nl pl pt pt_BR ru sk sv uk" +#ddtplangs="ca cs da de eo es fi fr go hu it ja km_KH ko nl pl pt pt_BR ru sk sv uk zh zh_CN zh_TW" archives="us security amd64 gnuab backports volatile" sections="main contrib non-free" parts="$sections" -- 2.39.2