<%
- content_type_pool = [Universe, Scene, Group, Creature, Magic, Language, Race, Religion, Flora]
+ content_type_pool = [
+ Universe, Scene, Group,
+ Creature, Magic, Language,
+ Race, Religion, Deity,
+ Technology, Government, Flora,
+ Country, Town, Landmark
+ ]
%>
<% content_type_pool.each do |content_type| %>
@@ -271,11 +277,18 @@
- - <%= t('marketing.landing_page.pricing.starter_plan.universes_html') %>
- - <%= t('marketing.landing_page.pricing.starter_plan.upload_html') %>
- - <%= t('marketing.landing_page.pricing.starter_plan.characters_html') %>
- - <%= t('marketing.landing_page.pricing.starter_plan.locations_html') %>
- - <%= t('marketing.landing_page.pricing.starter_plan.items_html') %>
+ <% Rails.application.config.content_types[:free].each do |content_type| %>
+ -
+
+ <%= content_type.icon %>
+
+ <%= t("marketing.landing_page.pricing.starter_plan.#{content_type.name.downcase.pluralize}_html") %>
+
+ <% end %>
+ -
+ cloud_upload
+ <%= t('marketing.landing_page.pricing.starter_plan.upload_html') %>
+
<%= link_to t('marketing.landing_page.pricing.cta.button'),
@@ -300,20 +313,18 @@
- - <%= t('marketing.landing_page.pricing.premium_plan.universes_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.upload_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.characters_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.locations_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.items_html') %>
-
- - <%= t('marketing.landing_page.pricing.premium_plan.creatures_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.groups_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.languages_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.magics_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.races_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.religions_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.floras_html') %>
- - <%= t('marketing.landing_page.pricing.premium_plan.scenes_html') %>
+ <% Rails.application.config.content_types[:all].each do |content_type| %>
+ -
+
+ <%= content_type.icon %>
+
+ <%= t("marketing.landing_page.pricing.premium_plan.#{content_type.name.downcase.pluralize}_html") %>
+
+ <% end %>
+ -
+ cloud_upload
+ <%= t('marketing.landing_page.pricing.premium_plan.upload_html') %>
+
<%= link_to t('marketing.landing_page.pricing.cta.button'),
diff --git a/config/locales/en.yml b/config/locales/en.yml
index ce603859..7d055fa3 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -117,14 +117,21 @@ en:
locations_html: Plan unlimited locations
items_html: Plan unlimited items
+ countries_html: Plan unlimited countries
creatures_html: Plan unlimited creatures
+ deities_html: Plan unlimited deities
+ floras_html: Plan unlimited flora
+ governments_html: Plan unlimited governments
groups_html: Plan unlimited groups
+ landmarks_html: Plan unlimited landmarks
languages_html: Plan unlimited languages
magics_html: Plan unlimited magic
+ planets_html: Plan unlimited planets
races_html: Plan unlimited races
religions_html: Plan unlimited religions
- floras_html: Plan unlimited flora
scenes_html: Plan unlimited scenes
+ technologies_html: Plan unlimited technologies
+ towns_html: Plan unlimited towns
footer:
title: Notebook.ai is an open-source project by Indent Labs.
@@ -625,7 +632,7 @@ en:
planet: >
Celestial bodies orbiting through space, carrying a planet's-worth of worldbuilding on them.
deity: >
- Gods, goddesses, and other godly beings in your world — every world came from somewhere.
+ Gods, goddesses, and other godly beings in your world — every world came from somewhere.
government: >
The organizations of your world that keep it running smoothly (or not): governments.
technology: >