shakespeare 2.1.7 → 2.1.7.1
raw patch · 3 files changed
+36/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- other-messages/en.msg +29/−0
- shakespeare.cabal +3/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for shakespeare +### 2.1.7.1++* Add missing other-messages to shakespeare.cabal [#299](https://github.com/yesodweb/shakespeare/pull/299)+ ### 2.1.7 * Use ByteString’s Lift for Hamlet code generation [#298](https://github.com/yesodweb/shakespeare/pull/298)
+ other-messages/en.msg view
@@ -0,0 +1,29 @@+NotAnAdminRR: You must be an administrator to access this page. + +WelcomeHomepageRR: Welcome to the homepage +SeeArchiveRR: See the archive + +NoEntriesRR: There are no entries in the blog +LoginToPostRR: Admins can login to post +NewEntryRR: Post to blog +NewEntryTitleRR: Title +NewEntryContentRR: Content + +PleaseCorrectEntryRR: Your submitted entry had some errors, please correct and try again. +EntryCreatedRR title@Text: Your new blog post, #{title}, has been created + +EntryTitleRR title@Text: Blog postRR: #{title} +CommentsHeadingRR: Comments +NoCommentsRR: There are no comments +AddCommentHeadingRR: Add a Comment +LoginToCommentRR: You must be logged in to comment +AddCommentButtonRR: Add comment + +CommentNameRR: Your display name +CommentTextRR: Comment +CommentAddedRR: Your comment has been added +PleaseCorrectCommentRR: Your submitted comment had some errors, please correct and try again. + +HomepageTitleRR: Yesod Blog Demo +BlogArchiveTitleRR: Blog Archive +
shakespeare.cabal view
@@ -1,5 +1,5 @@ name: shakespeare-version: 2.1.7+version: 2.1.7.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -22,11 +22,12 @@ build-type: Simple homepage: http://www.yesodweb.com/book/shakespearean-templates extra-source-files:+ other-messages/*.msg+ test-messages/*.msg test/reload.txt test/texts/*.text test/juliuses/*.julius test/juliuses/*.coffee- test-messages/*.msg test/cassiuses/*.cassius test/cassiuses/*.lucius test/hamlets/*.hamlet