Set lenguage threshold for environments
This commit is contained in:
parent
2f5b1ea161
commit
d49e42c909
@ -56,4 +56,6 @@ BikeBike::Application.configure do
|
||||
#config.assets.precompile = false
|
||||
Paypal.sandbox!
|
||||
#Paypal.sandbox = false
|
||||
|
||||
config.i18n.language_threshold = 1
|
||||
end
|
||||
|
@ -99,4 +99,6 @@ BikeBike::Application.configure do
|
||||
}
|
||||
config.action_mailer.raise_delivery_errors = true
|
||||
config.action_mailer.perform_deliveries = true
|
||||
|
||||
config.i18n.language_threshold = 1
|
||||
end
|
||||
|
@ -100,4 +100,6 @@ BikeBike::Application.configure do
|
||||
}
|
||||
config.action_mailer.raise_delivery_errors = true
|
||||
config.action_mailer.perform_deliveries = true
|
||||
|
||||
config.i18n.language_threshold = 90
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user