Index: src/views/pages/hub-home.ejs
===================================================================
--- src/views/pages/hub-home.ejs	(revision cbd1761c6d4c7fbb4c07410058a8d3ceae6d00f0)
+++ src/views/pages/hub-home.ejs	(revision 5e61b173e0211ca213200be10da0a4230dcc31cf)
@@ -28,9 +28,9 @@
         </span>
         <span class="hub-main-info">
-          <span class="hub-main-badge">Hoofdpagina</span>
+          <span class="hub-main-badge"><%= t('phub.main_badge') %></span>
           <span class="hub-main-name"><%= mainSite.title %></span>
           <% if (mainSite.tagline) { %><span class="hub-main-tag"><%= mainSite.tagline %></span><% } %>
         </span>
-        <span class="hub-main-cta">Bekijk de pagina <span aria-hidden="true">→</span></span>
+        <span class="hub-main-cta"><%= t('phub.view_page') %> <span aria-hidden="true">→</span></span>
       </a>
     </section>
@@ -43,5 +43,5 @@
     <section class="hub-sec">
       <h2 class="hub-sec-title">
-        Leden
+        <%= t('phub.members') %>
         <% if (_hasMore) { %><span class="hub-sec-count"><%= _total %></span><% } %>
       </h2>
@@ -57,5 +57,5 @@
             <span class="roster-name"><%= a.title %></span>
             <% if (a.tagline) { %><span class="roster-tag"><%= a.tagline %></span><% } %>
-            <span class="roster-count"><%= a.post_count %> post<%= a.post_count === 1 ? '' : 's' %></span>
+            <span class="roster-count"><%= a.post_count %> <%= a.post_count === 1 ? t('phub.post_one') : t('phub.post_many') %></span>
           </a>
         <% }); %>
@@ -63,5 +63,5 @@
       <% if (_hasMore) { %>
         <div class="hub-more">
-          <a class="hub-more-link" href="/leden">Alle <%= _total %> leden <span aria-hidden="true">→</span></a>
+          <a class="hub-more-link" href="/leden"><%= t('phub.all_members', { n: _total }) %> <span aria-hidden="true">→</span></a>
         </div>
       <% } %>
@@ -72,5 +72,5 @@
     <% if (posts && posts.length) { %>
     <section class="hub-sec">
-      <h2 class="hub-sec-title">Laatste posts van onze leden.</h2>
+      <h2 class="hub-sec-title"><%= t('phub.latest_posts') %></h2>
       <div class="hub-feed">
         <% posts.forEach(function(p){ %>
