You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
for e in "${@:2}"; do [[ "$1" =~ $e ]] && return 0; done
return 1
}
for FILE in `git diff --cached --name-status $against -- | cut -c3-`; do
if containsElement $FILE "${unchangeable_files[@]}"; then
echo "$FILE"
CHANGE_DETECTED=1
fi
done
if [ "$CHANGE_DETECTED" ]; then
echo "Failed to commit because of the modification of the files above. {lang}.json files are only allowed to edit from Transifex. See issue #1985 for the details. "