1
0
Fork 0
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:
Carlos Antonio da Silva 2013-12-21 15:03:32 -02:00
parent 273045d6d5
commit b9c9766cd4

View file

@ -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! }