From 8179d2b0eb910198508e8c9e1dfe5df9ca84ec3b Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Fri, 22 Apr 2022 09:12:04 +0200 Subject: [PATCH 1/2] Create plugins.json --- lang/en/plugins.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 lang/en/plugins.json diff --git a/lang/en/plugins.json b/lang/en/plugins.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/lang/en/plugins.json @@ -0,0 +1 @@ +{} From 29d4d799932c05c9ecbf6ac04a1a513c1765dafa Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Fri, 22 Apr 2022 09:15:30 +0200 Subject: [PATCH 2/2] Update plugins.json --- lang/en/plugins.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/en/plugins.json b/lang/en/plugins.json index 0967ef4..24e05e9 100644 --- a/lang/en/plugins.json +++ b/lang/en/plugins.json @@ -1 +1,3 @@ -{} +{ + "test":"test" +}