diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-24 22:08:05 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-24 22:08:05 +0200 |
| commit | 90207029de7474082310d0725801d60f7145fa98 (patch) | |
| tree | 97b0c54fcd004ff221265e479f2602f8e3a5b093 /config/application.rb | |
| parent | 215279dfb003163a7938ba948082363c105e888f (diff) | |
Extract admin strings to i18n: sessions, otp, users/edit
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index 5ec3e8fe..c8f53ac2 100644 --- a/config/application.rb +++ b/config/application.rb | |||
| @@ -18,7 +18,7 @@ module Cccms | |||
| 18 | 18 | ||
| 19 | config.i18n.default_locale = :de | 19 | config.i18n.default_locale = :de |
| 20 | config.i18n.available_locales = [:de, :en] | 20 | config.i18n.available_locales = [:de, :en] |
| 21 | config.i18n.fallbacks = { en: [:en, :de] } | 21 | config.i18n.fallbacks = { en: [:en, :de], de: [:de, :en] } |
| 22 | 22 | ||
| 23 | config.filter_parameters += [:password, :password_confirmation] | 23 | config.filter_parameters += [:password, :password_confirmation] |
| 24 | config.active_storage.variant_processor = :disabled | 24 | config.active_storage.variant_processor = :disabled |
