15 lines
309 B
TypeScript
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",
|
|
},
|
|
},
|
|
}
|