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:
parent
f8426378f8
commit
945d2cad6e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user