From 3d0ca1e21e9420fd86087cd22259cb93cadd3e33 Mon Sep 17 00:00:00 2001
From: Jake <j.vondoemming@stud.uni-goettingen.de>
Date: Fri, 24 Mar 2023 14:21:36 +0100
Subject: [PATCH] added english translation

---
 lang.json | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 62 insertions(+), 1 deletion(-)

diff --git a/lang.json b/lang.json
index 6bd08b2..909b1c9 100644
--- a/lang.json
+++ b/lang.json
@@ -1,7 +1,8 @@
 {
 	"default": "de",
 	"supported": [
-		"de"
+		"de",
+		"en"
 	],
 	"de": {
 		"langname": "Deutsch",
@@ -62,5 +63,65 @@
 		"toc": {
 			"header": "Inhaltsverzeichnis"
 		}
+	},
+	"en": {
+		"langname": "English",
+		"sitename": "<Your sitename>",
+		"title_prefix": "",
+		"title_suffix": "",
+		"title_seperator": " | ",
+		"banner": {
+			"title": "Homepage <Your sitename>",
+			"prefix": "",
+			"suffix": "",
+			"alt": ""
+		},
+		"date_format": "%d.%m.%Y %H:%M Uhr",
+		"page": {
+			"published_prefix": "Created: ",
+			"published_suffix": " | ",
+			"modified_prefix": "Last&nbsp;Change: ",
+			"modified_suffix": "",
+			"authors_prefix": "Authors: ",
+			"authors_suffix": "",
+			"languages_prefix": "Languages: ",
+			"languages_suffix": "",
+			"category_prefix": "Category: ",
+			"category_suffix": " | ",
+			"tags_prefix": "Tags: ",
+			"tags_suffix": "",
+			"slug_prefix": "Slug: ",
+			"slug_suffix": "",
+			"edit_url_text": "[Edit&nbsp;page]",
+			"view_url_text": "[Source]",
+			"history_url_text": "[History]",
+			"redirect_prefix": "This page links to another page. You will be redirected to ",
+			"redirect_suffix": " shortly. If the automatic redirection doesn't work, just click the link directly."
+		},
+		"tag": {
+			"edit_url_text": "[Edit&nbsp;text]",
+			"view_url_text": "[Source]",
+			"history_url_text": "[History]"
+		},
+		"atom": {
+			"title": "<Your sitename> Atom Feed"
+		},
+		"only_pages": {
+			"title": "Pages"
+		},
+		"no_content": "This page has no content.",
+		"quotations": {
+			"double": {
+				"left": "&bdquo;",
+				"right": "&ldquo;"
+			},
+			"single": {
+				"left": "&sbquo;",
+				"right": "&lsquo;"
+			}
+		},
+		"toc": {
+			"header": "Table of contents"
+		}
 	}
 }
-- 
GitLab