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/like-button.ejs

    rbb42dfb r834bcc3  
    1 <%# Like-/favorietknop voor een post. Ingelogd → htmx-toggle (POST /posts/:id/like,
    2     swap outerHTML met deze partial terug). Niet ingelogd → link naar login.
    3     Verwacht: post (met .id), likedByMe, likeCount, loggedIn, loginNext. %>
     1<%# Like/favourite button for a post. Logged in → htmx toggle (POST /posts/:id/like,
     2    swaps outerHTML back with this partial). Not logged in → link to login.
     3    Expects: post (with .id), likedByMe, likeCount, loggedIn, loginNext. %>
    44<%
    55  var _liked = (typeof likedByMe !== 'undefined' && likedByMe);
Note: See TracChangeset for help on using the changeset viewer.