mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-11 02:05:22 -05:00
Change i18n-fallbacks to English (#24727)
This commit is contained in:
@@ -56,7 +56,7 @@ Rails.application.configure do
|
||||
|
||||
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
||||
# English when a translation cannot be found).
|
||||
config.i18n.fallbacks = true
|
||||
config.i18n.fallbacks = [:en]
|
||||
|
||||
# Send deprecation notices to registered listeners.
|
||||
config.active_support.deprecation = :notify
|
||||
|
||||
Reference in New Issue
Block a user