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

    rbb42dfb r834bcc3  
    11/**
    2  * Admin: Patreon koppelen voor de premium-laag (god-only).
     2 * Admin: Link Patreon for the premium layer (god-only).
    33 *
    4  * GET /admin/patreon/connect    -> stuur de beheerder naar de license-server
    5  *                                  (oauth/start) met onze callback als return.
    6  * GET /admin/patreon/callback   -> license-server keert terug met ?klonkt_token
    7  *                                  (of ?klonkt_error). Verifieer + sla op.
    8  * GET /admin/patreon/disconnect -> entitlement wissen.
     4 * GET /admin/patreon/connect    -> redirect the admin to the license server
     5 *                                  (oauth/start) with our callback as return URL.
     6 * GET /admin/patreon/callback   -> license server returns with ?klonkt_token
     7 *                                  (or ?klonkt_error). Verify + store.
     8 * GET /admin/patreon/disconnect -> clear entitlement.
    99 *
    10  * Het echte verdienmodel-slot zit in het ondertekende token (alleen de
    11  * license-server kan tekenen). Zie PatreonService.js.
     10 * The real monetisation lock is in the signed token (only the
     11 * license server can sign). See PatreonService.js.
    1212 */
    1313
Note: See TracChangeset for help on using the changeset viewer.