-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rip off config/locales/helpers, use plain strings instead
It's not worth it, i18n for `submit` tag is dumb and nonflexible: * https://github.com/rails/rails/blob/v4.2.2/actionview/lib/action_view/helpers/form_helper.rb#L1883-L1884 It relies on a model, so you can't define it depending on the current view. Such behavior is very fragile, see: https://github.com/fs/rails-base/pull/287/files#r33035107
- Loading branch information
Showing
4 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.