Changeset 834bcc3 in Klonkt for src/views/pages/account.ejs


Ignore:
Timestamp:
06/23/2026 06:14:27 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
d774679
Parents:
bb42dfb
Message:

i18n: translate Dutch code comments to English across src/

Comments in routes/services/views/config/middleware/assets translated to
English for the public repo. A few dev-facing throw/console message strings
were Englished too. No user-facing UI strings or i18n dictionary values changed
(src/services/i18n.js untouched). Logic unchanged.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/account.ejs

    rbb42dfb r834bcc3  
    9090  </section>
    9191
    92   <%# ── PERSOONLIJKE TAAL ───────────────────────────────────── %>
     92  <%# ── PERSONAL LANGUAGE ──────────────────────────────────── %>
    9393  <% if (canMutate) { %>
    9494  <section class="ax-card">
     
    110110  <% } %>
    111111
    112   <%# ── SITE (eigenaar mag de naam van z'n site aanpassen) ── %>
     112  <%# ── SITE (owner may update their site name) ─────────── %>
    113113  <% if (typeof editableSite !== 'undefined' && editableSite && canMutate) { %>
    114114  <section class="ax-card">
     
    130130  <% } %>
    131131
    132   <%# ── WACHTWOORD ────────────────────────────────────────── %>
    133   <%# In kijker-modus geen wachtwoord-sectie (niets te wijzigen). %>
     132  <%# ── PASSWORD ──────────────────────────────────────────── %>
     133  <%# In viewer mode there is no password section (nothing to change). %>
    134134  <% if (canMutate) { %>
    135135  <% if (hasPassword) { %>
Note: See TracChangeset for help on using the changeset viewer.