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
This commit is contained in:
Andreas Jaeger 2017-09-16 09:35:07 +02:00
parent f8426378f8
commit 945d2cad6e
1 changed files with 1 additions and 1 deletions

View File

@ -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 \