Skip to content

Instantly share code, notes, and snippets.

@johanb
Created August 22, 2012 13:14
Show Gist options
  • Save johanb/3425423 to your computer and use it in GitHub Desktop.
Save johanb/3425423 to your computer and use it in GitHub Desktop.
>> I18n.locale = "nl-NL"
=> "nl-NL"
>> I18n.translate 'cart'
=> "Winkelwagen"
>> I18n.locale = "nl"
=> "nl"
>> I18n.translate 'cart'
=> "translation missing: nl.cart"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment