更新文件是否翻译的正则表达式

This commit is contained in:
darksun 2019-01-02 16:24:29 +08:00
parent e978217ccd
commit f7d81afde8

View File

@ -5,13 +5,7 @@ cd "$(dirname "$0")/../.." # 进入TP root
function file-translating-p () function file-translating-p ()
{ {
local file="$*" local file="$*"
if head -n 1 "${file}" |grep '\[^#\]:'>/dev/null 2>&1 ;then head -n 3 "$file" | grep -iE "^[^[].*translat|^\[#\]: translator: \([^[:space:]]+\)|fanyi|翻译" >/dev/null 2>&1
# 新模板
head -n 12 "$file" |grep -v '\[^#\]:' |grep -E -i "translat|fanyi|翻译" >/dev/null 2>&1
else
# 旧模板
head -n 3 "$file" |grep -E -i "translat|fanyi|翻译" >/dev/null 2>&1
fi
} }
function get_status_of() function get_status_of()
{ {