This commit is contained in:
2024-12-02 12:56:43 +01:00
parent 0acda07eb5
commit 048edfba89
8 changed files with 88 additions and 55 deletions

View File

@@ -31,7 +31,7 @@ export default {
try {
md = await fetch(`/imprint_en.md`);
} catch (error) {
md = "Error loading Imprint";
md = t('error_loading_imprint');
}
}
this.content = marked(await md.text());