Changeset 834bcc3 in Klonkt for src/views/pages/admin-shows.ejs


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/views/pages/admin-shows.ejs

    rbb42dfb r834bcc3  
    6363  .ash-note { font-size: 13px; opacity: .8; margin: 0 0 18px; }
    6464  .ash-form { border: 1px solid rgba(128,128,128,.2); border-radius: 14px; padding: 16px; margin-bottom: 24px; }
    65   /* Mobiel-eerst: één kolom (twee 1fr-kolommen met niet-krimpbare date/text-inputs
    66      liepen samen ~374px > telefoonbreedte). Twee kolommen pas vanaf 520px. */
     65  /* Mobile-first: single column (two 1fr columns with non-shrinkable date/text inputs
     66     combined to ~374px > phone width). Two columns only from 520px onwards. */
    6767  .ash-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
    6868  @media (min-width: 520px) { .ash-grid { grid-template-columns: 1fr 1fr; } }
Note: See TracChangeset for help on using the changeset viewer.