Skip to content

Instantly share code, notes, and snippets.

@tatey
Created October 13, 2011 06:24
Show Gist options
  • Select an option

  • Save tatey/1283554 to your computer and use it in GitHub Desktop.

Select an option

Save tatey/1283554 to your computer and use it in GitHub Desktop.
I18n.backend.class.send(:include, I18n::Backend::Fallbacks)
I18n.default_locale = :au
I18n.fallbacks[:au] = [:au, :en]
I18n.fallbacks[:gb] = [:gb, :au, :en]
Time.zone_default = Time.send(:get_zone, 'Sydney')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment