mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Added translation for "Share on" social network
This commit is contained in:
parent
c17bf36b24
commit
688aaa02de
2 changed files with 8 additions and 2 deletions
|
@ -218,6 +218,8 @@ en:
|
|||
FEATURED: Featured
|
||||
PRIVACY: By using this form you agree our terms
|
||||
FORM_SUMMARY: Here is the summary of what you wrote to us
|
||||
MISC:
|
||||
SHARE_ON: Share on
|
||||
|
||||
de:
|
||||
FUTURE:
|
||||
|
@ -436,6 +438,8 @@ de:
|
|||
FEATURED: Hervorgehoben
|
||||
PRIVACY: Durch die Nutzung dieses Formulars stimmen Sie unseren Bedingungen zu
|
||||
FORM_SUMMARY: Hier ist die Zusammenfassung dessen, was Sie uns geschrieben haben
|
||||
MISC:
|
||||
SHARE_ON:
|
||||
|
||||
es:
|
||||
FUTURE:
|
||||
|
@ -642,4 +646,6 @@ es:
|
|||
LATESTPOSTS: Últimos posts
|
||||
FEATURED: Destacados
|
||||
PRIVACY: Al usar este formulario estás de acuerdo con nuestra
|
||||
FORM_SUMMARY: Aquí está el resumen de lo que nos escribió
|
||||
FORM_SUMMARY: Aquí está el resumen de lo que nos escribió
|
||||
MISC:
|
||||
SHARE_ON: Compartir en
|
|
@ -108,7 +108,7 @@
|
|||
] %}
|
||||
{% for item in share %}
|
||||
{% if item.enabled|defined(true) %}
|
||||
<li><a class="icon brands {{ item.icon }}" target="_blank" href="{{- item.url -}}{{- item.params|url_encode-}}" {% if item.action is defined %}data-action="{{ item.action }}"{% endif %} aria-label="{{ item.name|capitalize }}" title="{{ item.name|capitalize }}"></a></li>
|
||||
<li><a class="icon brands {{ item.icon }}" target="_blank" href="{{- item.url -}}{{- item.params|url_encode-}}" {% if item.action is defined %}data-action="{{ item.action }}"{% endif %} aria-label="{{ 'FUTURE.MISC.SHARE_ON'|t }} {{ item.name|capitalize }}" title="{{ 'FUTURE.MISC.SHARE_ON'|t }} {{item.name|capitalize }}"></a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue