diff --git a/update-dict.sh b/update-dict.sh index 26c28e4..4f36701 100755 --- a/update-dict.sh +++ b/update-dict.sh @@ -18,6 +18,9 @@ for lang in $(jq -r 'keys[]' $CONFIG); do files+=( "$f" ) done + echo "Source files:" + echo ${files[@]} | tr ' ' '\n' + grep -hs ^ ${files[@]} | $BASE_DIR/generate-dict.sh > $BASE_DIR/dict/$lang done