Changeset 834bcc3 in Klonkt for src/routes/admin-comments.js


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/routes/admin-comments.js

    rbb42dfb r834bcc3  
    6161  const site = res.locals.site;
    6262  if (!site) return res.status(404).send('No site');
    63   const base = res.locals.siteUrlBase || ''; // /user/<slug> in hub-artiestcontext, anders ''
     63  const base = res.locals.siteUrlBase || ''; // /user/<slug> in hub artist context, otherwise ''
    6464
    6565  const row = db.prepare(`
Note: See TracChangeset for help on using the changeset viewer.