Translate links into German

This commit is contained in:
Joscha 2024-05-06 23:07:35 +02:00
parent 9e18b8940f
commit dbde9288cf
2 changed files with 7 additions and 5 deletions

View file

@ -27,10 +27,11 @@ pub async fn get() -> Markup {
h1 { "Arbeitszeitdokumentationsgenerator" } h1 { "Arbeitszeitdokumentationsgenerator" }
p { p {
"Want to use " "Du kannst auch "
a href="tsg/" { "JSON eingeben" }
", das kompatibel mit dem "
a href="https://github.com/kit-sdq/TimeSheetGenerator" { "TimeSheetGenerator" } a href="https://github.com/kit-sdq/TimeSheetGenerator" { "TimeSheetGenerator" }
"-compatible JSON instead? " " ist."
a href="tsg/" { "Go here!" }
} }
div #header { div #header {

View file

@ -22,8 +22,9 @@ pub async fn get() -> Markup {
h1 { "Arbeitszeitdokumentationsgenerator" } h1 { "Arbeitszeitdokumentationsgenerator" }
p { p {
"Want to use a fancy-looking form instead? " "Du kannst deine Daten auch in einem "
a href=".." { "Go here!" } a href=".." { "coolen Formular" }
" eingeben."
} }
textarea name="global" placeholder="Global.json" {} textarea name="global" placeholder="Global.json" {}