From f80273d3e22958e15c775acbe16e46c5388dd592 Mon Sep 17 00:00:00 2001 From: "severoiuliano@gmail.com" Date: Mon, 15 Jun 2020 09:58:12 +0200 Subject: [PATCH] user side cyanine theme translation --- themes/cyanine/languages/en.yaml | 2 -- themes/cyanine/languages/user/en.yaml | 7 +++++++ themes/cyanine/languages/user/it.yaml | 7 +++++++ themes/cyanine/partials/breadcrumb.twig | 4 ++-- themes/cyanine/partials/footer.twig | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 themes/cyanine/languages/en.yaml create mode 100644 themes/cyanine/languages/user/en.yaml create mode 100644 themes/cyanine/languages/user/it.yaml diff --git a/themes/cyanine/languages/en.yaml b/themes/cyanine/languages/en.yaml deleted file mode 100644 index 1255ad3..0000000 --- a/themes/cyanine/languages/en.yaml +++ /dev/null @@ -1,2 +0,0 @@ -# Please add translations for your theme like this -# ACTIVATE_SPECIAL_STARTPAGE_DESIGN: Activate Special Startpage-Design \ No newline at end of file diff --git a/themes/cyanine/languages/user/en.yaml b/themes/cyanine/languages/user/en.yaml new file mode 100644 index 0000000..0709419 --- /dev/null +++ b/themes/cyanine/languages/user/en.yaml @@ -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 \ No newline at end of file diff --git a/themes/cyanine/languages/user/it.yaml b/themes/cyanine/languages/user/it.yaml new file mode 100644 index 0000000..89513ed --- /dev/null +++ b/themes/cyanine/languages/user/it.yaml @@ -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 \ No newline at end of file diff --git a/themes/cyanine/partials/breadcrumb.twig b/themes/cyanine/partials/breadcrumb.twig index 8c99ee9..4fe3d51 100644 --- a/themes/cyanine/partials/breadcrumb.twig +++ b/themes/cyanine/partials/breadcrumb.twig @@ -14,10 +14,10 @@
{% if item.prevItem %} - ‹  previous + ‹  {{ __('previous') }} {% endif %} {% if item.nextItem %} - next  › + {{ __('next') }}  › {% endif %}
\ No newline at end of file diff --git a/themes/cyanine/partials/footer.twig b/themes/cyanine/partials/footer.twig index 4ae643e..f05c004 100644 --- a/themes/cyanine/partials/footer.twig +++ b/themes/cyanine/partials/footer.twig @@ -20,5 +20,5 @@
-

{{ settings.copyright }} by {{ settings.author }}, {{ copyrightYears }}. All Rights Reserved. Built with Typemill.

+

{{ settings.copyright }} {{ __('by') }} {{ settings.author }}, {{ copyrightYears }}. {{ __('All Rights Reserved') }}. {{ __('Built with') }} Typemill.

\ No newline at end of file