I\'ve found that Rails allows for generic i18n of submit buttons via the following in config/locales/en.yml:
config/locales/en.yml
en: helpers: submit: cr
If you use the i18n-debug gem, the rails server will print translations look-up attempts to the console, like:
[i18n-debug] en.helpers.submit.post.create => nil