Changeset 4885eab in Klonkt for src/views/pages/archive.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/archive.ejs

    rbbf9d1a r4885eab  
    99    <a href="<%= _archBase %>/" class="btn archive-back"
    1010       hx-get="<%= _archBase %>/?partial=1" hx-target="#pcms-main"
    11        hx-push-url="<%= _archBase %>/" hx-indicator="#pcms-loading">&larr; Terug</a>
     11       hx-push-url="<%= _archBase %>/" hx-indicator="#pcms-loading">&larr; <%= t('parch.back') %></a>
    1212  </p>
    13   <h1>Archief</h1>
    14   <p class="archive-meta"><%= totalPosts %> bericht<%= totalPosts !== 1 ? 'en' : '' %></p>
     13  <h1><%= t('parch.title') %></h1>
     14  <p class="archive-meta"><%= totalPosts === 1 ? t('parch.count_one', { n: totalPosts }) : t('parch.count_many', { n: totalPosts }) %></p>
    1515
    1616  <% if (totalPosts === 0) { %>
    17     <p class="empty-state">Nog geen berichten.</p>
     17    <p class="empty-state"><%= t('parch.empty') %></p>
    1818  <% } %>
    1919
Note: See TracChangeset for help on using the changeset viewer.