Changeset 834bcc3 in Klonkt for src/routes/notifications.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/notifications.js

    rbb42dfb r834bcc3  
    11/**
    2  * GET /notifications — meldingenpagina voor de ingelogde gebruiker.
    3  * Openen = alles als gelezen markeren (de teller in de header valt dan weg).
     2 * GET /notifications — notifications page for the logged-in user.
     3 * Opening it marks everything as read (the counter in the header disappears).
    44 */
    55import express from 'express';
Note: See TracChangeset for help on using the changeset viewer.