mirror of
https://github.com/typemill/typemill.git
synced 2025-08-05 05:37:45 +02:00
user side cyanine theme translation
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# Please add translations for your theme like this
|
||||
# ACTIVATE_SPECIAL_STARTPAGE_DESIGN: Activate Special Startpage-Design
|
7
themes/cyanine/languages/user/en.yaml
Normal file
7
themes/cyanine/languages/user/en.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# English
|
||||
# Please add translations for your theme like this
|
||||
ALL_RIGHTS_RESERVED: All Rights Reserved
|
||||
BUILT_WITH: Built with
|
||||
BY: by
|
||||
NEXT: next
|
||||
PREVIOUS: previous
|
7
themes/cyanine/languages/user/it.yaml
Normal file
7
themes/cyanine/languages/user/it.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# ITaliano
|
||||
# Aggiungi traduzioni per il tuo tema in questo modo
|
||||
ALL_RIGHTS_RESERVED: Tutti i diritti riservati
|
||||
BUILT_WITH: Costruito con
|
||||
BY: di
|
||||
NEXT: successivo
|
||||
PREVIOUS: precedente
|
@@ -14,10 +14,10 @@
|
||||
</div>
|
||||
<div class="dn dib-l">
|
||||
{% if item.prevItem %}
|
||||
<a class="link pr1 f-link underline-hover" href="{{ item.prevItem.urlRel }}">‹ previous</a>
|
||||
<a class="link pr1 f-link underline-hover" href="{{ item.prevItem.urlRel }}">‹ {{ __('previous') }}</a>
|
||||
{% endif %}
|
||||
{% if item.nextItem %}
|
||||
<a class="link pl1 f-link underline-hover" href="{{ item.nextItem.urlRel }}">next ›</a>
|
||||
<a class="link pl1 f-link underline-hover" href="{{ item.nextItem.urlRel }}">{{ __('next') }} ›</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
@@ -20,5 +20,5 @@
|
||||
</footer>
|
||||
|
||||
<div class="w-100 center f6 f-secondary">
|
||||
<p class="f6">{{ settings.copyright }} by {{ settings.author }}, {{ copyrightYears }}. All Rights Reserved. Built with <a class="link underline f-secondary" href="https://typemill.net">Typemill</a>.</p>
|
||||
<p class="f6">{{ settings.copyright }} {{ __('by') }} {{ settings.author }}, {{ copyrightYears }}. {{ __('All Rights Reserved') }}. {{ __('Built with') }} <a class="link underline f-secondary" href="https://typemill.net">Typemill</a>.</p>
|
||||
</div>
|
Reference in New Issue
Block a user