diff options
| -rw-r--r-- | config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index aad0815..24becaf 100644 --- a/config/environment.rb +++ b/config/environment.rb | |||
| @@ -37,7 +37,7 @@ Rails::Initializer.run do |config| | |||
| 37 | 37 | ||
| 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 | 41 | end |
| 42 | 42 | ||
| 43 | require 'awesome_patch' \ No newline at end of file | 43 | require 'awesome_patch' \ No newline at end of file |
