Sha256: 9b1ba1050f52a426edf5280cb38c48d835348f376bec36832245df266e2d2d4a
Contents?: true
Size: 1.31 KB
Versions: 2
Compression:
Stored size: 1.31 KB
Contents
en: # Global strings global: sub: key: "Hello i18n World" # Controller blog_posts: # shared strings bio: "Hello!" subscribe_feed: "Subscribe to my feed!" # typical actions index: title: "My Blog Posts" intro: "Welcome to the blog of {{owner}}" # specific post show: title: "Catz Are Cute" body: "My cat {{name}} is the most awesome" category: "catz, lolz" # archives action - key used from a view helper archives: title: "My Blog Archives" # footer partial (non-shared) footer: copyright: "Copyright 2009" # Flash messages not specific to one action, but within a single controller flash: invalid_login: "Invalid login" # shared partials in the "shared" dir shared: header: blog_name: "Ricky Rocks Rails" # Layouts layouts: blog_layout: blog_title: "The Blog of Ricky" # no view template is used no_template: ajax_message: "Ajax message that doesn't use a template" # # ActiveRecord models (note singular) # blog_post: byline: "Written by {{author}}" permalink: "Permalink to {{url}}" # # ActionMailers # blog_comment_mailer: comment_notification: subject: "New Comment Notification" signoff: "Your Faithful Emailing Bot"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
splendeo_translator-1.0.1 | test/locales/en.yml |
splendeo_translator-1.0.0 | test/locales/en.yml |