namespace :fullstack do

namespace :cms do
  namespace :build do

    p Fullstack::Cms.localized?
    p I18n.available_locales

  end  
end

end