Changeset 834bcc3 in Klonkt for src/views/pages/circle-feed.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/circle-feed.ejs

    rbb42dfb r834bcc3  
    2626    </div>
    2727    <% } else { %>
    28       <%# Meer dan 5: geen chips (zou een muur worden) — alleen het aantal. %>
     28      <%# More than 5: no chips (would become a wall) — show the count only. %>
    2929      <span class="cirkel-count"><%= t('cfeed.count', { n: sites.length }) %></span>
    3030    <% } %>
     
    3838<% } else { %>
    3939
    40   <%# Dezelfde view als de hoofdpagina: timeline (post-card) + grid (post-tile),
    41       gewisseld door de view-switcher via body[data-feed-view]. De remote-posts
    42       zijn in circle.js naar het lokale post-shape gevormd (met external_url,
    43       zodat de kaarten naar de bron-site linken). %>
     40  <%# Same view as the home page: timeline (post-card) + grid (post-tile),
     41      switched by the view-switcher via body[data-feed-view]. The remote posts
     42      are shaped to the local post format in circle.js (with external_url,
     43      so cards link to the source site). %>
    4444
    4545  <!-- ===== TIMELINE (standaard) ===== -->
Note: See TracChangeset for help on using the changeset viewer.