Changeset 137cca5 in Klonkt for src/views/partials/bottom-tab.ejs


Ignore:
Timestamp:
06/21/2026 11:35:49 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
fe86013
Parents:
bffb348
Message:

feat(i18n phase 3): welcome/first-run, login, register, bottom-tab translated

NL/EN/DE keys + views: welcome.ejs, auth-register.ejs, auth-login.ejs (common
strings; Google error map still NL), bottom-tab.ejs. The most visible visitor
pages of a fresh (German) site are now translated.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/bottom-tab.ejs

    rbffb348 r137cca5  
    5252      <polyline points="9 22 9 12 15 12 15 22"/>
    5353    </svg>
    54     <span class="bottom-tab-label">Home</span>
     54    <span class="bottom-tab-label"><%= t('tab.home') %></span>
    5555  </a>
    5656
     
    6262      <line x1="21" y1="21" x2="16.65" y2="16.65"/>
    6363    </svg>
    64     <span class="bottom-tab-label">Zoek</span>
     64    <span class="bottom-tab-label"><%= t('tab.search') %></span>
    6565  </button>
    6666
     
    7676        <line x1="5" y1="12" x2="19" y2="12"/>
    7777      </svg>
    78       <span class="bottom-tab-label">Schrijven</span>
     78      <span class="bottom-tab-label"><%= t('tab.write') %></span>
    7979    </a>
    8080  <% } %>
     
    106106        <span class="bottom-tab-avatar"><%= user.username.charAt(0).toUpperCase() %></span>
    107107      <% } %>
    108       <span class="bottom-tab-label">Profiel</span>
     108      <span class="bottom-tab-label"><%= t('tab.profile') %></span>
    109109    </button>
    110110  <% } else { %>
     
    119119        <line x1="15" y1="12" x2="3" y2="12"/>
    120120      </svg>
    121       <span class="bottom-tab-label">Inloggen</span>
     121      <span class="bottom-tab-label"><%= t('nav.login') %></span>
    122122    </a>
    123123  <% } %>
Note: See TracChangeset for help on using the changeset viewer.