| Age | Commit message (Collapse) | Author | 
|---|
|  | 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. | 
|  | en.msg:
* Remove comment lines because apparently comments aren't allowed by the
  parser
* Change data type to `T.Text` to match the import from the `I18n`
  module
GitHubCommit.hs:
Import the `I18n` module because we'll be testing it in context in a
bit, but for now just want to get the module code to compile.
I18n.hs:
Follow the example on http://www.yesodweb.com/book/internationalization
to make a function for proper internationalisation. | 
|  | This will enable us to translate our messages into multiple languages
using Yesod's Shakespeare package. |