diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/environment.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index c53ab90..aad0815 100644 --- a/config/environment.rb +++ b/config/environment.rb | |||
| @@ -38,4 +38,6 @@ Rails::Initializer.run do |config| | |||
| 38 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. | 38 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. |
| 39 | # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] | 39 | # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] |
| 40 | # config.i18n.default_locale = :de | 40 | # config.i18n.default_locale = :de |
| 41 | end \ No newline at end of file | 41 | end |
| 42 | |||
| 43 | require 'awesome_patch' \ No newline at end of file | ||
