diff options
| author | hukl <contact@smyck.org> | 2009-02-19 22:23:31 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-19 22:23:31 +0100 |
| commit | 2075543807ba90d82aaf0c841ba962bbbc034b1c (patch) | |
| tree | 65b4d805c46ad95ba0f9abaa595223ebcbf06072 | |
| parent | 49eaf2da6f2f7fd125dced8075a2a9684d3a65dc (diff) | |
set the default locale to :de
| -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 |
