diff options
| author | Teddy Wing | 2017-08-19 10:48:22 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-08-19 11:42:36 +0200 |
| commit | 6c383a66d7cdbf89a983451c75f739b68fa88330 (patch) | |
| tree | f4c6e1975f480bf4806432c76c959ae4831f9834 | |
| parent | 9c777bd1f6e9d5ba456f3f5db0986b3eb71d9fce (diff) | |
| download | sorbot-6c383a66d7cdbf89a983451c75f739b68fa88330.tar.bz2 | |
Remove 'shakespeare' package
Get rid of this package because we're no longer using it. Instead we're
going it alone for i18n (dde184a6e24b88f8d6628f4652d5c42ed0f016b2).
Also delete the translation .msg file.
| -rw-r--r-- | messages/en.msg | 3 | ||||
| -rw-r--r-- | sorbot.cabal | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/messages/en.msg b/messages/en.msg deleted file mode 100644 index 4b63e04..0000000 --- a/messages/en.msg +++ /dev/null @@ -1,3 +0,0 @@ -GitHubCommitRepoURLNotFound: I couldn't find a repo URL for this channel. Try `git remote set origin REPO_URL`. - -GitRemoteSetOriginUpdatedRepoURL url@T.Text: I updated the channel's repo URL to '#{url}'. diff --git a/sorbot.cabal b/sorbot.cabal index 76654ca..c79d2a1 100644 --- a/sorbot.cabal +++ b/sorbot.cabal @@ -27,7 +27,6 @@ library , bytestring , irc-client , regex-tdfa - , shakespeare , sqlite-simple , text default-language: Haskell2010 |
