Actually set treshold values
This commit is contained in:
@@ -56,6 +56,4 @@ BikeBike::Application.configure do
|
||||
#config.assets.precompile = false
|
||||
Paypal.sandbox!
|
||||
#Paypal.sandbox = false
|
||||
|
||||
config.i18n.language_threshold = 1
|
||||
end
|
||||
|
||||
@@ -99,6 +99,4 @@ BikeBike::Application.configure do
|
||||
}
|
||||
config.action_mailer.raise_delivery_errors = true
|
||||
config.action_mailer.perform_deliveries = true
|
||||
|
||||
config.i18n.language_threshold = 1
|
||||
end
|
||||
|
||||
@@ -100,6 +100,4 @@ BikeBike::Application.configure do
|
||||
}
|
||||
config.action_mailer.raise_delivery_errors = true
|
||||
config.action_mailer.perform_deliveries = true
|
||||
|
||||
config.i18n.language_threshold = 90
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user