<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sorbot/messages, branch master</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sorbot/'/>
<entry>
<title>Remove 'shakespeare' package</title>
<updated>2017-08-19T09:42:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-08-19T08:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sorbot/commit/?id=6c383a66d7cdbf89a983451c75f739b68fa88330'/>
<id>6c383a66d7cdbf89a983451c75f739b68fa88330</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set up i18n</title>
<updated>2017-08-19T00:10:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-08-19T00:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sorbot/commit/?id=6cd279630923cdcd053e373b56b8bc0ad85a9b08'/>
<id>6cd279630923cdcd053e373b56b8bc0ad85a9b08</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an English i18n file</title>
<updated>2017-08-17T22:45:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-08-17T22:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sorbot/commit/?id=5e9c5a462aca9ab8569f03e5fdbf11ae2f3172b9'/>
<id>5e9c5a462aca9ab8569f03e5fdbf11ae2f3172b9</id>
<content type='text'>
This will enable us to translate our messages into multiple languages
using Yesod's Shakespeare package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will enable us to translate our messages into multiple languages
using Yesod's Shakespeare package.
</pre>
</div>
</content>
</entry>
</feed>
