Add English package

Mark Jackson-Brown requested to merge mark-jb/chake:master into master

Command success is queried using $CHILD_STATUS https://gitlab.com/mark-jb/chake/-/blob/master/lib/chake/connection.rb#L36

However this variable is not populated without first requiring the 'English' package. Currently, all commands are assumed to succeed because $CHILD_STATUS is empty.

Merge request reports