diff --git a/templates/items/cohort.html b/templates/items/cohort.html
index 4255dc0..6575bdf 100644
--- a/templates/items/cohort.html
+++ b/templates/items/cohort.html
@@ -43,7 +43,7 @@
{{#each data.gang_type as |gang_type key|}}
{{#with (lookup ../data.gang_type_list gang_type)}}
- {{description}}
+ {{localize description}}
{{/with}}
{{/each}}
diff --git a/templates/parts/cohort-block.html b/templates/parts/cohort-block.html
index 715381f..8d397fe 100644
--- a/templates/parts/cohort-block.html
+++ b/templates/parts/cohort-block.html
@@ -20,7 +20,7 @@
{{#if (eq item.data.cohort.[0] "Gang")}}
{{#each item.data.gang_type as |gang_type key|}}
- {{#with (lookup ../item.data.gang_type_list gang_type)}}{{description}} {{/with}}
+ {{#with (lookup ../item.data.gang_type_list gang_type)}}{{localize description}} {{/with}}
{{/each}}
{{/if}}
@@ -29,18 +29,18 @@
{{#each item.data.edges as |edge key|}}
{{#with (lookup ../item.data.edges_list edge)}}
-
{{description}} ({{localize label}})
+
{{localize description}} ({{localize label}})
{{/with}}
{{/each}}
{{#each item.data.flaws as |flaw key|}}
{{#with (lookup ../item.data.flaws_list flaw)}}
-
{{description}} ({{localize label}})
+
{{localize description}} ({{localize label}})
{{/with}}
{{/each}}
- {{item.data.description}}
+ {{localize item.data.description}}