Skip to content

Instantly share code, notes, and snippets.

@paulca
Created November 11, 2009 13:20
Show Gist options
  • Save paulca/231941 to your computer and use it in GitHub Desktop.
Save paulca/231941 to your computer and use it in GitHub Desktop.
en:
# general
save: Save
or: or
cancel: Cancel
# site
welcome_to_the_site: Welcome to the Site
not_namespaced: Not Namespaced
# post
add_new_post: Add New Post
edit_post: Edit Post
delete_post: Delete Post
<h2><%= t('welcome_to_the_site') %></h2>
<p><%= t('not_namespaced') %></p>
<ul>
<li><%= link_to t('add_new_post') %></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment