Root work
All checks were successful
Lint / lint (push) Successful in 42s

This commit is contained in:
Julien Valverdé
2025-10-15 03:19:42 +02:00
parent da1149eb23
commit 4d22f8e46a
7 changed files with 153 additions and 15 deletions

View File

@@ -1,7 +1,14 @@
export const en = {
common: {},
nav: {
gitRepos: "Git repositories",
sourceCode: "Source code",
gitRepos: {
title: "Git repositories",
tooltip: "All the public repositories on my Git server",
},
sourceCode: {
title: "Source code",
tooltip: "Source code for this website",
},
},
}