Skip to content

Fixes #1844 by adding translations to placeholder on home page - #2121

Open
WKobes wants to merge 2 commits into
mainfrom
fix-1844
Open

Fixes #1844 by adding translations to placeholder on home page#2121
WKobes wants to merge 2 commits into
mainfrom
fix-1844

Conversation

@WKobes

@WKobes WKobes commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

See also content in v1.12 branch

Fixes #1844

@WKobes WKobes added this to the v1.12 milestone Jul 16, 2026
@WKobes
WKobes requested a review from mxsasha July 16, 2026 13:48
@WKobes WKobes added the content done Changes to the content repository for this PR are done label Jul 16, 2026
    grep -RE 'placeholder="(www\.)?example\.nl"' interface -l \
    | xargs -n1 sed -ri 's/(placeholder=")(www\.)?example.nl"/\1{% include "string.html" with name="base test \2mail placeholder" %}"/g;Te;s/www\.mail/website/;:e'
@bwbroersma

Copy link
Copy Markdown
Collaborator
  • When replacing something, I recommend searching for it too, since it's on a few more places with this placeholder, see the code in Use inputmode=url #1502, in this case I ran the following to replace it in 5 more template files:
grep -RE 'placeholder="(www\.)?example\.nl"' interface -l \
| xargs -n1 sed -ri 's/(placeholder=")(www\.)?example.nl"/\1{% include "string.html" with name="base test \2mail placeholder" %}"/g;Te;s/www\.mail/website/;:e'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content done Changes to the content repository for this PR are done

Development

Successfully merging this pull request may close these issues.

Use international example domains

2 participants