Skip to content

Commit e0c6a42

Browse files
committed
feat: add A product of CYBERTEC at the bottom of pages
1 parent face6ce commit e0c6a42

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

i18n/de.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ edit_page: Seite bearbeiten
33

44
nav_navigation: Navigation
55
nav_tags: Tags
6-
nav_more: Weitere
6+
nav_more: Weiteres
77
nav_top: Nach oben
88

99
form_placeholder_search: Suchen
@@ -51,3 +51,6 @@ propertylist_default: Standardwert
5151
pagination_page_prev: vorher
5252
pagination_page_next: weiter
5353
pagination_page_state: "{{ .PageNumber }}/{{ .TotalPages }}"
54+
55+
custom_product_of_cybertec: Ein Produkt von CYBERTEC
56+
custom_support_button: Support

i18n/en.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ propertylist_default: default
5151
pagination_page_prev: prev
5252
pagination_page_next: next
5353
pagination_page_state: "{{ .PageNumber }}/{{ .TotalPages }}"
54+
55+
custom_product_of_cybertec: A product of CYBERTEC
56+
custom_support_button: Support

layouts/partials/menu-filetree-np.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
</a>
9494
{{ end }}
9595
</span>
96+
<span class="gdoc-page__nav__product">{{ i18n "custom_product_of_cybertec" }}</span>
9697
<span class="gdoc-page__nav">
9798
{{ with ($current.Scratch.Get "nextPage") }}
9899
<a

0 commit comments

Comments
 (0)