Changeset 834bcc3 in Klonkt for src/assets/js/smooth-scroll.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/assets/js/smooth-scroll.js

    rbb42dfb r834bcc3  
    22(function () {
    33  if (typeof Lenis === "undefined") return;
    4   // Skip op touch/mobile — native momentum is beter dan JS lib
     4  // Skip on touch/mobile — native momentum scroll is better than a JS lib
    55  var isMobile = window.matchMedia("(pointer: coarse)").matches || window.innerWidth < 1024;
    66  if (isMobile) return;
Note: See TracChangeset for help on using the changeset viewer.