From 8c2d5bf3282223160d388ce1a27fbe19670e91cb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 7 Mar 2020 10:32:19 +0100 Subject: [PATCH] Sync more languages de, tr_TR translations exist for security-doc, copy the translated files for those over as well. Change-Id: I358f47b965f152a20ddabbdb77e2429210507258 --- 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 a8e1f992b1..177746ff2c 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 id ja ; do + for lang in de id ja tr_TR ; do TARGET=$PROJECT_DIR/$target/source/locale/$lang/LC_MESSAGES mkdir -p $TARGET cp doc/common/source/locale/$lang/LC_MESSAGES/common.po \