From: Angus Gratton Date: Mon, 7 May 2018 01:11:39 +0000 (+0800) Subject: Revert "docs: Temporarily allow cmake docs to be in English only" X-Git-Tag: v3.1-rc2~9^2~21^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7ddb0c3d3664df269d0c27126650dfffce51238;p=esp-idf Revert "docs: Temporarily allow cmake docs to be in English only" This reverts commit d5a58971402a5bebe126a809544304b2f385f36d. --- diff --git a/docs/check_lang_folder_sync.sh b/docs/check_lang_folder_sync.sh index 5840bea2ad..96de9994cb 100755 --- a/docs/check_lang_folder_sync.sh +++ b/docs/check_lang_folder_sync.sh @@ -20,8 +20,7 @@ find zh_CN -type f | cut -d/ -f2- | sort > file_list_zh_CN # format is to display new or different filenames DIFF_FORMAT="--unchanged-line-format= --old-line-format=[en]:%L --new-line-format=[zh_CN]:%L" -# TEMPORARY MODIFICATION: -cmake docs are English-only for now -FOLDER_DIFFERENCES=$(diff $DIFF_FORMAT file_list_en file_list_zh_CN | grep -v "cmake") +FOLDER_DIFFERENCES=$(diff $DIFF_FORMAT file_list_en file_list_zh_CN) if ! [ -z "$FOLDER_DIFFERENCES" ]; then echo "$STARS" echo "Build failed due to the following differences in 'en' and 'zh_CN' folders:"