Fix "check-addons.sh" file #5

Merged
nupplaphil merged 2 commits from bug/transifex into stable 2021-05-24 11:58:00 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 05b5f8d729 - Show all commits

View file

@ -13,5 +13,5 @@ if [[ $(git diff -U0 **/messages.po | grep -vE '^(@@|\-"POT-Creation-Date|\+"POT
echo "$(git diff **/messages.po)"
exit 1
else
echo "Nothing to update"
echo "\033[1mNothing to update\033[0m"
fi

View file

@ -9,5 +9,5 @@ if [[ $(git diff -U0 ./view/lang/C/messages.po | grep -vE '^(@@|\-"POT-Creation-
echo "$(git diff ./view/lang/C/messages.po)"
exit 1
else
echo "Nothing to update"
echo "\033[1mNothing to update\033[0m"
fi