Changeset 4885eab in Klonkt for src/views/pages/home.ejs


Ignore:
Timestamp:
06/21/2026 03:05:14 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
5e61b17
Parents:
bbf9d1a
Message:

feat(i18n phase 6): remaining public + other pages translated (NL/EN/DE)

post-edit, account, newsletter, download, press kit /pers, fan-gate, link-in-bio,
my-site, password-reset (2), artists directory, auth-login Google error map,
user/hub-home/circle-feed+post/viewer-blocked/home/favourites/changelog/404/
type/tag/archive/prutter (inbox+conversation). embed-player skipped (no t
in that standalone route). 1026 view-keys cross-checked → 0 missing.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/home.ejs

    rbbf9d1a r4885eab  
    2323  <% if (allPosts.length === 0) { %>
    2424    <div class="empty">
    25       <h1>Hier is het nog stil.</h1>
    26       <p>Nog geen posts. Spannend.</p>
     25      <h1><%= t('phome.empty_title') %></h1>
     26      <p><%= t('phome.empty_sub') %></p>
    2727      <% if (user && canMutate && permissions.canCreatePost(user, site)) { %>
    2828        <p style="margin-top:2rem">
     
    3030             hx-get="<%= _base %>/posts/new?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
    3131             hx-push-url="<%= _base %>/posts/new" hx-indicator="#pcms-loading">
    32             Schrijf je eerste post
     32            <%= t('phome.write_first') %>
    3333          </a>
    3434        </p>
     
    4747<!-- ========== GRID (only visible when body[data-feed-view="grid"]) ========== -->
    4848<% if (allPosts.length > 0) { %>
    49 <section class="feed-grid container" aria-label="Grid-weergave">
     49<section class="feed-grid container" aria-label="<%= t('phome.grid_view') %>">
    5050  <div class="grid-tiles">
    5151    <% allPosts.forEach(function(post) { %>
Note: See TracChangeset for help on using the changeset viewer.