mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-04 19:16:13 +01:00
Add label for url (#90)
Mostlikely URLs should not be rendered but a label "url". This is now added to the extension.
This commit is contained in:
parent
b09a57ad38
commit
fd9507b525
4 changed files with 14 additions and 1 deletions
|
@ -510,6 +510,11 @@
|
|||
<target>Fotografieren nicht gestattet</target>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="content.url">
|
||||
<source>Website</source>
|
||||
<target>Webseite</target>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="content.petsAllowed.false">
|
||||
<source>No Pets Allowed</source>
|
||||
<target>Keine Tiere erlaubt</target>
|
||||
|
|
|
@ -506,6 +506,10 @@
|
|||
<source>No Pets Allowed</source>
|
||||
<target>Animaux pas autorisés</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="content.url">
|
||||
<source>Website</source>
|
||||
<target>Site internet</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="content.petsAllowed.true">
|
||||
<source>Pets Allowed</source>
|
||||
<target>Animaux autorisés</target>
|
||||
|
|
|
@ -435,6 +435,10 @@
|
|||
<source>ZeroPhotography</source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="content.url">
|
||||
<source>Website</source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="content.petsAllowed.false">
|
||||
<source>No Pets Allowed</source>
|
||||
</trans-unit>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
{address.fax}
|
||||
</f:if>
|
||||
<f:if condition="{url}">
|
||||
<a href="{url}" referrerpolicy="no-referrer" rel="noreferrer noopener">{url}</a>
|
||||
<a href="{url}" referrerpolicy="no-referrer" rel="noreferrer noopener">{f:translate(id: 'content.url', extensionName: 'Thuecat')}</a>
|
||||
</f:if>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue