lib/generators/locomotive/install/templates/locomotive.rb in locomotivecms-3.0.0.rc6 vs lib/generators/locomotive/install/templates/locomotive.rb in locomotivecms-3.0.0.rc7
- old
+ new
@@ -12,9 +12,12 @@
}
# default locale (for now, only en, de, fr, pl, pt, pt-BR, it, nl, nb, ja, cs, bg and sk are supported)
config.default_locale = :en
+ # locales allowed for the back-office UI
+ # config.locales = [:en, :fr, :de]
+
# 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.
config.enable_logs = true