Index: src/views/pages/home.ejs
===================================================================
--- src/views/pages/home.ejs	(revision 8afbdd6572a947bce4726d5aa0d0aa0d6c7e5067)
+++ src/views/pages/home.ejs	(revision 4885eabc577791921a46ec8cb5d38e2b4ae1c649)
@@ -23,6 +23,6 @@
   <% if (allPosts.length === 0) { %>
     <div class="empty">
-      <h1>Hier is het nog stil.</h1>
-      <p>Nog geen posts. Spannend.</p>
+      <h1><%= t('phome.empty_title') %></h1>
+      <p><%= t('phome.empty_sub') %></p>
       <% if (user && canMutate && permissions.canCreatePost(user, site)) { %>
         <p style="margin-top:2rem">
@@ -30,5 +30,5 @@
              hx-get="<%= _base %>/posts/new?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
              hx-push-url="<%= _base %>/posts/new" hx-indicator="#pcms-loading">
-            Schrijf je eerste post →
+            <%= t('phome.write_first') %> →
           </a>
         </p>
@@ -47,5 +47,5 @@
 <!-- ========== GRID (only visible when body[data-feed-view="grid"]) ========== -->
 <% if (allPosts.length > 0) { %>
-<section class="feed-grid container" aria-label="Grid-weergave">
+<section class="feed-grid container" aria-label="<%= t('phome.grid_view') %>">
   <div class="grid-tiles">
     <% allPosts.forEach(function(post) { %>
