In /profiles/contrib/social/themes/socialbase/templates/profile/profile--profile--hero.html.twig, the text "Edit profile information" does not have "|trans" appended and as a result this string is not translatable.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | social-edit-profile-information-translatable-2948237-4.patch | 1012 bytes | svenryen |
Comments
Comment #2
svenryen commentedComment #3
svenryen commentedIgnore the previous patch. Here's one that works.
Comment #4
svenryen commentedHere's a variant with {% trans %}...{% endtrans %}
Comment #5
jaapjan commentedThank you, I've added the pullrequest here:
https://github.com/goalgorilla/open_social/pull/822
Comment #6
jaapjan commentedIt works like a charm. Just merged the pullrequest. Thanks for your contribution!