Problem/Motivation
As a fallback to free licenses, we have added "All rights reserved" in OpenCulturas. Although no URL has been configured for that entry, an empty link is rendered. The same would happen when adding a fallback "Fair use" copyright notice which is quite common in the USA.
Furthermore: problematic translation
With the generic translatable strings {{ 'by'|trans }}, {{ 'at'|trans }}, {{ 'as'|trans }} it's close to impossible to nail a suitable translation for attributions without side-effects.
Even more when people do not 100% understand what's expected or use the fields freehand to solve their current need.
Proposed resolution
Optimize the templates:
- Replacing translatable strings with special characters (dash, slash)
- Handling each field with or without given URL separately
Comments
Comment #2
hexabinaerHere's our template override for attribution-creative-commons-refined.html.twig:
Comment #3
tobiasb