aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-08-18 00:45:18 +0200
committerTeddy Wing2017-08-18 00:45:18 +0200
commit5e9c5a462aca9ab8569f03e5fdbf11ae2f3172b9 (patch)
tree8793a874585c4389fe1b417a8141702a4abcdc63
parent9aa076c37ac7cb6a39de43a06e9b9c24b0e6cd0e (diff)
downloadsorbot-5e9c5a462aca9ab8569f03e5fdbf11ae2f3172b9.tar.bz2
Add an English i18n file
This will enable us to translate our messages into multiple languages using Yesod's Shakespeare package.
-rw-r--r--messages/en.msg5
1 files changed, 5 insertions, 0 deletions
diff --git a/messages/en.msg b/messages/en.msg
new file mode 100644
index 0000000..a9432e4
--- /dev/null
+++ b/messages/en.msg
@@ -0,0 +1,5 @@
+-- GitHubCommit
+GitHubCommitRepoURLNotFound: I couldn't find a repo URL for this channel. Try `git remote set origin REPO_URL`.
+
+-- GitRemoteSetOrigin
+GitRemoteSetOriginUpdatedRepoURL url@Text: I updated the channel's repo URL to '#{url}'.