mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo [ci skip]
This commit is contained in:
parent
273045d6d5
commit
b9c9766cd4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module I18n
|
|||
|
||||
init_fallbacks(fallbacks) if fallbacks && validate_fallbacks(fallbacks)
|
||||
|
||||
# Restore avalable locales check so it will take place from now on.
|
||||
# Restore available locales check so it will take place from now on.
|
||||
I18n.enforce_available_locales = enforce_available_locales
|
||||
|
||||
reloader = ActiveSupport::FileUpdateChecker.new(I18n.load_path.dup){ I18n.reload! }
|
||||
|
|
Loading…
Reference in a new issue