feat: add about page (#388)

This commit is contained in:
Manuel
2024-04-27 18:24:27 +02:00
committed by GitHub
parent 0cdf0b73bf
commit 42a5a1a563
5 changed files with 162 additions and 0 deletions

View File

@@ -948,6 +948,22 @@ export default {
},
},
},
about: {
version: "Version {version}",
text: "Homarr is a community driven open source project that is being maintained by volunteers. Thanks to these people, Homarr has been a growing project since 2021. Our team is working completely remote from many different countries on Homarr in their leisure time for no compensation.",
accordion: {
contributors: {
title: "Contributors",
},
translators: {
title: "Translators",
},
libraries: {
title: "Libraries",
subtitle: "{count} used",
},
},
},
},
},
} as const;