Set lenguage threshold for environments

This commit is contained in:
Godwin 2015-08-29 16:19:21 -07:00
parent 2f5b1ea161
commit d49e42c909
3 changed files with 6 additions and 0 deletions

View File

@ -56,4 +56,6 @@ BikeBike::Application.configure do
#config.assets.precompile = false #config.assets.precompile = false
Paypal.sandbox! Paypal.sandbox!
#Paypal.sandbox = false #Paypal.sandbox = false
config.i18n.language_threshold = 1
end end

View File

@ -99,4 +99,6 @@ BikeBike::Application.configure do
} }
config.action_mailer.raise_delivery_errors = true config.action_mailer.raise_delivery_errors = true
config.action_mailer.perform_deliveries = true config.action_mailer.perform_deliveries = true
config.i18n.language_threshold = 1
end end

View File

@ -100,4 +100,6 @@ BikeBike::Application.configure do
} }
config.action_mailer.raise_delivery_errors = true config.action_mailer.raise_delivery_errors = true
config.action_mailer.perform_deliveries = true config.action_mailer.perform_deliveries = true
config.i18n.language_threshold = 90
end end