We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d59462 commit 8e23aa9Copy full SHA for 8e23aa9
1 file changed
config/application.rb
@@ -26,6 +26,9 @@ class Application < Rails::Application
26
# @see https://ucblib.atlassian.net/browse/DEV-517
27
Deprecation.default_deprecation_behavior = ENV.fetch('LIT_DEPRECATION_BEHAVIOR', 'silence').to_sym
28
29
+ config.i18n.load_path += Rails.root.glob('config/locales/**/*.{rb,yml}')
30
+ config.i18n.default_locale = :en
31
+
32
# Configuration for the application, engines, and railties goes here.
33
#
34
# These settings can be overridden in specific environments using the files
0 commit comments