Ignore:
Timestamp:
06/21/2026 11:45:21 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
929d98d
Parents:
137cca5
Message:

feat(i18n phase 4): post comments/like/related + search page (NL/EN/DE)

post.ejs (comment heading with plural, empty state, reply/delete/cancel,
comment form, pending notice, related posts), search.ejs (title, placeholder,
button, results with plural, sections, empty), like button (login title).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/like-button.ejs

    r137cca5 rfe86013  
    1818<% } else { %>
    1919  <a class="like-btn" href="/auth/login?next=<%= encodeURIComponent((typeof loginNext !== 'undefined' && loginNext) ? loginNext : '/') %>"
    20      title="Log in om deze post te liken">
     20     title="<%= t('like.login_title') %>">
    2121    <span class="like-heart" aria-hidden="true">♡</span>
    2222    <span class="like-count"><%= _cnt %></span>
Note: See TracChangeset for help on using the changeset viewer.