Skip to content

Instantly share code, notes, and snippets.

@hemalich
Created January 10, 2011 16:42
Show Gist options
  • Select an option

  • Save hemalich/773020 to your computer and use it in GitHub Desktop.

Select an option

Save hemalich/773020 to your computer and use it in GitHub Desktop.
I18n API with Interpolation feature
>> I18n.backend.store_translations :en, :hello => 'Hello %{name}!'
>> I18n.translate :hello, :name => 'Newton'
=> 'Hello Newton!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment