Skip to content

Instantly share code, notes, and snippets.

@BartlomiejSkwira
Created September 3, 2013 10:44
Show Gist options
  • Select an option

  • Save BartlomiejSkwira/6422334 to your computer and use it in GitHub Desktop.

Select an option

Save BartlomiejSkwira/6422334 to your computer and use it in GitHub Desktop.
rails config
#load all subdirectories of config/locales
config.i18n.load_path += Dir[File.join(MY_ROOT, 'config', 'locales', '**', '*.{rb,yml}')]
#validate locales
config.i18n.enforce_available_locales = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment