Skip to content

Instantly share code, notes, and snippets.

@qcam
Created July 3, 2014 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qcam/7841a39ee3558ef9af3f to your computer and use it in GitHub Desktop.
Save qcam/7841a39ee3558ef9af3f to your computer and use it in GitHub Desktop.
Rails Submit button I18n way

##Rails Submit button I18n way

en:
  helpers:
    submit:
      create: "Make New %{name}%"
      user:
        create: "Register"
        update: "Update Profile"
      post:
        create: "Create Post"
        update: "Update Post"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment