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 {
|
} else {
|
||||||
let group = if "long" in v {
|
let group = if "long" in v {
|
||||||
if (context text.lang) == "de" {
|
if (context text.lang) == "de" {
|
||||||
"Akronym"
|
"Akronyme"
|
||||||
} else {
|
} else {
|
||||||
"Acronym"
|
"Acronyms"
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (context text.lang) == "de" {
|
if (context text.lang) == "de" {
|
||||||
"Begriff"
|
"Begriffe"
|
||||||
} else {
|
} else {
|
||||||
"Term"
|
"Terms"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue