Index: src/views/partials/bottom-tab.ejs
===================================================================
--- src/views/partials/bottom-tab.ejs	(revision 441f5d6ea607779c2bfc59e9794902491d82d0a4)
+++ src/views/partials/bottom-tab.ejs	(revision 137cca552d3f0dbb017538eee312a41f1badc430)
@@ -52,5 +52,5 @@
       <polyline points="9 22 9 12 15 12 15 22"/>
     </svg>
-    <span class="bottom-tab-label">Home</span>
+    <span class="bottom-tab-label"><%= t('tab.home') %></span>
   </a>
 
@@ -62,5 +62,5 @@
       <line x1="21" y1="21" x2="16.65" y2="16.65"/>
     </svg>
-    <span class="bottom-tab-label">Zoek</span>
+    <span class="bottom-tab-label"><%= t('tab.search') %></span>
   </button>
 
@@ -76,5 +76,5 @@
         <line x1="5" y1="12" x2="19" y2="12"/>
       </svg>
-      <span class="bottom-tab-label">Schrijven</span>
+      <span class="bottom-tab-label"><%= t('tab.write') %></span>
     </a>
   <% } %>
@@ -106,5 +106,5 @@
         <span class="bottom-tab-avatar"><%= user.username.charAt(0).toUpperCase() %></span>
       <% } %>
-      <span class="bottom-tab-label">Profiel</span>
+      <span class="bottom-tab-label"><%= t('tab.profile') %></span>
     </button>
   <% } else { %>
@@ -119,5 +119,5 @@
         <line x1="15" y1="12" x2="3" y2="12"/>
       </svg>
-      <span class="bottom-tab-label">Inloggen</span>
+      <span class="bottom-tab-label"><%= t('nav.login') %></span>
     </a>
   <% } %>
