From ca9ac01957973cd0b8d3fbd640da1fdbb135a4e7 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Wed, 26 Jan 2022 00:41:06 +0100 Subject: added lang/maintainers.json, updated langs.js langs.js now prints out a proper good looking output, and also now takes advantage of maintainers.json to provide proper information. --- src/lang/maintainers.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/lang/maintainers.json (limited to 'src/lang/maintainers.json') diff --git a/src/lang/maintainers.json b/src/lang/maintainers.json new file mode 100644 index 0000000..7d276c9 --- /dev/null +++ b/src/lang/maintainers.json @@ -0,0 +1,13 @@ +{ + "explanation": "This file is for storing contact informatino for the various maintainers of various languages/localizations", + + "list": { + "es": [ + "https://github.com/AA-Delta" + ], + + "fr": [ + "https://github.com/Alystrasz" + ] + } +} -- cgit v1.2.3 From 691d7766c7ec2b72ea895ce559659c4c613f3750 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Thu, 27 Jan 2022 17:10:38 +0100 Subject: fix spelling in maintainers.json --- src/lang/maintainers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lang/maintainers.json') diff --git a/src/lang/maintainers.json b/src/lang/maintainers.json index 7d276c9..094814a 100644 --- a/src/lang/maintainers.json +++ b/src/lang/maintainers.json @@ -1,5 +1,5 @@ { - "explanation": "This file is for storing contact informatino for the various maintainers of various languages/localizations", + "explanation": "This file is for storing contact information for the various maintainers of various languages/localizations", "list": { "es": [ -- cgit v1.2.3