feat: add table of content element
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
This commit is contained in:
@ -22,6 +22,7 @@ export const ui = {
|
||||
'nav.projects': 'Projects',
|
||||
'nav.videos': 'Videos',
|
||||
'nav.photos': 'Photos',
|
||||
'toc.title': 'Table of Contents',
|
||||
},
|
||||
de: {
|
||||
"en": "English",
|
||||
@ -38,6 +39,7 @@ export const ui = {
|
||||
'nav.projects': 'Projekte',
|
||||
'nav.videos': 'Videos',
|
||||
'nav.photos': 'Fotos',
|
||||
'toc.title': 'Inhaltsverzeichnis',
|
||||
},
|
||||
} as const;
|
||||
|
||||
|
Reference in New Issue
Block a user