Changeset 834bcc3 in Klonkt for src/views/partials/footer.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/partials/footer.ejs

    rbb42dfb r834bcc3  
    1313      <span>© <%= new Date().getFullYear() %> <%= (site && site.title) || 'Klonkt' %></span>
    1414    </div>
    15     <%# Install-app knop — in de footer-rij (midden), bespaart een hele extra rij.
    16         JS detecteert platform & opent een modal met PWA-install-stappen. %>
     15    <%# Install-app button — placed in the footer row (centre), saves a whole extra row.
     16        JS detects the platform & opens a modal with PWA install steps. %>
    1717    <button type="button" class="install-app-btn install-app-btn--footer" data-pcms-install-app>
    1818      <svg viewBox="0 0 24 24" width="16" height="16" aria-hidden="true"><path d="M5 20h14v-2H5v2zm7-18L5.33 9h3.84v6h5.66V9h3.84L12 2z" fill="currentColor"/></svg>
     
    114114}
    115115.footer-lang:hover { border-color: var(--accent); }
    116 /* Open dropdown-opties leesbaar (anders wit-op-wit op dark mode). */
     116/* Make open dropdown options readable (otherwise white-on-white in dark mode). */
    117117.footer-lang option { background: var(--paper); color: var(--ink); }
    118 /* Op desktop staat de taalkeuze in de header-nav → footer-versie verbergen. */
     118/* On desktop the language picker lives in the header nav → hide the footer version. */
    119119@media (min-width: 768px) { .footer-lang { display: none; } }
    120120.footer-version { color: inherit; text-decoration: none; }
     
    144144}
    145145
    146 /* Compacte install-knop ín de footer-rij (midden) i.p.v. een grote losse CTA
    147    op een eigen regel — bespaart verticale ruimte. */
     146/* Compact install button inside the footer row (centre) instead of a large standalone
     147   CTA on its own line — saves vertical space. */
    148148.install-app-btn--footer {
    149149  flex: 0 0 auto;
    150   width: auto !important;          /* override de mobile .install-app-btn width:100% */
     150  width: auto !important;          /* override the mobile .install-app-btn width:100% */
    151151  padding: 0.42rem 0.95rem;
    152152  font-size: 0.82rem;
     
    154154}
    155155.install-app-btn--footer svg { width: 15px; height: 15px; }
    156 /* Op smal scherm: laat de drie items netjes centreren als ze wrappen. */
     156/* On narrow screens: let the three items centre neatly when they wrap. */
    157157@media (max-width: 600px) {
    158158  .site-footer-inner { justify-content: center; text-align: center; }
Note: See TracChangeset for help on using the changeset viewer.