Skip to content

Instantly share code, notes, and snippets.

@johanb
Last active December 11, 2015 13:09
Show Gist options
  • Save johanb/4605772 to your computer and use it in GitHub Desktop.
Save johanb/4605772 to your computer and use it in GitHub Desktop.
<%= I18n.locale %> => "nl"
<%= t(:cart) %> => "Cart"
<%= t('cart') %> => "Cart"
Gemfile:
gem 'spree_i18n', github: 'spree/spree_i18n', branch: '1-3-stable'
https://github.com/spree/spree_i18n/blob/1-3-stable/config/locales/nl.yml#L311 => WAT?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment