lib/generators/locomotive/install/templates/locomotive.rb in locomotivecms-3.1.0.rc3 vs lib/generators/locomotive/install/templates/locomotive.rb in locomotivecms-3.1.0

- old
+ new

@@ -16,10 +16,10 @@ # default locale (for now, only en, de, fr, pl, pt, pt-BR, it, nl, nb, ja, cs, bg, sk and sv are supported) config.default_locale = :en # locales allowed for the back-office UI - # config.locales = [:en, :fr, :de, :cs, :el, :lt] + # config.locales = [:en, :fr, :de, :cs, :el, :lt, :"pt-BR"] # available locales suggested to "localize" a site. You will have to pick up at least one among that list. # config.site_locales = %w{en de fr pl pt pt-BR it nl nb es ru ja cs bg sk} # tell if logs are enabled. Useful for debug purpose.