Skip to content

Instantly share code, notes, and snippets.

@ysinc88
Last active August 29, 2015 14:18
Show Gist options
  • Save ysinc88/b39259ce4cee8003e9f3 to your computer and use it in GitHub Desktop.
Save ysinc88/b39259ce4cee8003e9f3 to your computer and use it in GitHub Desktop.
Locales
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks); I18n.fallbacks[:fe] = [:en]
en:
buy: "buy"
hello: "Hey man"
fe:
hello: "Hello maLady"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment