- 🇩🇪Germany Anybody Porta WestfalicaCould this please be provided as MR for further review? 
In template 'languageicons-link-content.html.twig', add '|t' as twig translation function for 'text'
{% if placement == 'before' %}
    {{ icon }}{{ separator }}{{ text|t }}
{% endif %}
{% if placement == 'after' %}
    {{ text|t }}{{ separator }}{{ icon }}
{% endif %}
{% if placement == 'replace' %}
    {{ icon }}
{% endif %}Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Could this please be provided as MR for further review?