forked from External/greenlight
		
	Update application.rb
This commit is contained in:
		@@ -34,7 +34,7 @@ module Greenlight
 | 
				
			|||||||
    config.exceptions_app = routes
 | 
					    config.exceptions_app = routes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Configure I18n localization.
 | 
					    # Configure I18n localization.
 | 
				
			||||||
    config.i18n.available_locales = [:en, :"pt-br"]
 | 
					    config.i18n.available_locales = %w(en pt-br)
 | 
				
			||||||
    config.i18n.default_locale = "en"
 | 
					    config.i18n.default_locale = "en"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Check if a loadbalancer is configured.
 | 
					    # Check if a loadbalancer is configured.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user