From 945d2cad6ef1329bc501edfdbe09d223e738a15c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 16 Sep 2017 09:35:07 +0200 Subject: [PATCH] Sync id common files to security-doc The security guide is translated into Indonesian, copy the common translated files over whenever they change. Change-Id: Ic34b01ac0f706e5649179a8f0b42018c1c5a46fb --- tools/sync-projects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sync-projects.sh b/tools/sync-projects.sh index 9affdd5356..a70984b4e2 100755 --- a/tools/sync-projects.sh +++ b/tools/sync-projects.sh @@ -23,7 +23,7 @@ function copy_rst_trans { target=$1 # Copy over some RST files mkdir -p $PROJECT_DIR/$target/source/locale - for lang in ja ; do + for lang in id ja ; do TARGET=$PROJECT_DIR/$target/source/locale/$lang/LC_MESSAGES mkdir -p $TARGET cp doc/common/source/locale/$lang/LC_MESSAGES/common.po \