mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 00:35:04 +02:00
Translate links into German
This commit is contained in:
parent
9e18b8940f
commit
dbde9288cf
2 changed files with 7 additions and 5 deletions
|
|
@ -27,10 +27,11 @@ pub async fn get() -> Markup {
|
|||
h1 { "Arbeitszeitdokumentationsgenerator" }
|
||||
|
||||
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" }
|
||||
"-compatible JSON instead? "
|
||||
a href="tsg/" { "Go here!" }
|
||||
" ist."
|
||||
}
|
||||
|
||||
div #header {
|
||||
|
|
|
|||
|
|
@ -22,8 +22,9 @@ pub async fn get() -> Markup {
|
|||
h1 { "Arbeitszeitdokumentationsgenerator" }
|
||||
|
||||
p {
|
||||
"Want to use a fancy-looking form instead? "
|
||||
a href=".." { "Go here!" }
|
||||
"Du kannst deine Daten auch in einem "
|
||||
a href=".." { "coolen Formular" }
|
||||
" eingeben."
|
||||
}
|
||||
|
||||
textarea name="global" placeholder="Global.json" {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue