Files
website/packages/webapp/src/i18n/en.ts
Julien Valverdé 3f45c7ae3e
Some checks failed
Lint / lint (push) Failing after 42s
Work
2025-10-17 06:39:57 +02:00

15 lines
309 B
TypeScript

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