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

    rbb42dfb r834bcc3  
    1 // Globale app-instellingen (key/value, gecached). Nu vooral de tenancy-modus.
     1// Global app settings (key/value, cached). Primarily used for the tenancy mode.
    22//
    3 //   tenancy = 'solo'  -> precies één site (de primaire/owner-site)
    4 //   tenancy = 'hub'   -> hoofdsite (bedrijf) + /user/, admin wijst Klonkt-site's toe
     3//   tenancy = 'solo'  -> exactly one site (the primary/owner site)
     4//   tenancy = 'hub'   -> main site (company) + /user/, admin assigns Klonkt sites
    55//
    6 // De cache wordt bij setSetting meteen ververst, dus een toggle in Beheer werkt
    7 // live zonder herstart.
     6// The cache is updated immediately on setSetting, so a toggle in admin
     7// takes effect live without a restart.
    88
    99import db from '../config/database.js';
Note: See TracChangeset for help on using the changeset viewer.