From b4112d56414546b94d5bb2ee907ecc6ba3fa2ab0 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 25 Nov 2017 16:52:36 -0500 Subject: [PATCH] list changed files after import --- tools/import-crowdin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh index 97ef0f0..5736c26 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -67,3 +67,5 @@ cp $SRCDIR/zh_TW/messages.json $DESDIR/zh_TW/messages.json rm -r $ARCDIR echo "*** uMatrix: Import done." + +git status