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

    rbb42dfb r834bcc3  
    11/**
    2  * Admin: geavanceerde SEO-instellingen van de primaire site.
     2 * Admin: advanced SEO settings for the primary site.
    33 *
    4  * GET  /admin/seo   -> formulier met alle SEO/social-velden van de hoofdsite
    5  * POST /admin/seo   -> opslaan (god-only)
     4 * GET  /admin/seo   -> form with all SEO/social fields for the main site
     5 * POST /admin/seo   -> save (god-only)
    66 *
    7  * Deze velden worden al door de <head> (shell.ejs) en de JSON-LD/OpenGraph-
    8  * tags geconsumeerd, maar waren tot nu toe nergens te bewerken. De basis-
    9  * velden (titel/bio/robots) blijven in Uiterlijk; dit is de geavanceerde laag:
    10  * titel-sjabloon, canonical, social-share-afbeelding, verificatie-metas,
    11  * publisher/JSON-LD en OpenGraph-locale.
     7 * These fields are already consumed by the <head> (shell.ejs) and the JSON-LD/
     8 * OpenGraph tags, but were previously not editable anywhere. The basic
     9 * fields (title/bio/robots) remain in Appearance; this is the advanced layer:
     10 * title template, canonical, social share image, verification metas,
     11 * publisher/JSON-LD and OpenGraph locale.
    1212 *
    13  * Werkt op de PRIMAIRE site (solo = de enige site; hub = de bedrijfssite).
     13 * Operates on the PRIMARY site (solo = the only site; hub = the company site).
    1414 */
    1515
Note: See TracChangeset for help on using the changeset viewer.