fixed: spelling mistake in glossary.typ
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 24s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 24s
Details
This commit is contained in:
parent
dfb2cdbebe
commit
7262caeee7
|
@ -48,15 +48,15 @@
|
|||
} else {
|
||||
let group = if "long" in v {
|
||||
if (context text.lang) == "de" {
|
||||
"Akronym"
|
||||
"Akronyme"
|
||||
} else {
|
||||
"Acronym"
|
||||
"Acronyms"
|
||||
}
|
||||
} else {
|
||||
if (context text.lang) == "de" {
|
||||
"Begriff"
|
||||
"Begriffe"
|
||||
} else {
|
||||
"Term"
|
||||
"Terms"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue