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

    rbb42dfb r834bcc3  
    11/**
    2  * Admin: Statistieken (premium-module, god-only).
     2 * Admin: Statistics (premium module, god-only).
    33 *
    4  * GET /admin/stats -> cookievrije statistieken: bezoekers/weergaven per dag,
    5  *                     plays, en de populairste posts/tracks.
     4 * GET /admin/stats -> cookie-free statistics: visitors/views per day,
     5 *                     plays, and the most popular posts/tracks.
    66 *
    7  * Premium-gated via premiumUnlocked() (premium-laag uit = gewoon beschikbaar;
    8  * aan = Patreon vereist). Tracking zit in StatsService (geen cookies).
     7 * Premium-gated via premiumUnlocked() (premium layer off = freely available;
     8 * on = Patreon required). Tracking is in StatsService (no cookies).
    99 */
    1010
     
    2222    return res.status(403).send('Statistieken is een premium-functie — koppel Patreon in Beheer → Instellingen.');
    2323  }
    24   // Link-in-bio klikken (premium #6) voor de huidige site.
     24  // Link-in-bio clicks (premium #6) for the current site.
    2525  let linkClicks = [];
    2626  if (res.locals.site) {
Note: See TracChangeset for help on using the changeset viewer.