aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-01-26 00:41:06 +0100
committer0neGal <mail@0negal.com>2022-01-26 00:41:06 +0100
commitca9ac01957973cd0b8d3fbd640da1fdbb135a4e7 (patch)
tree7edf0492b69c7cc21da004fc2d82f537011cae42 /src
parent66204f6f58dc90e1e9ee40c7ea691927d0c50b8d (diff)
downloadViper-ca9ac01957973cd0b8d3fbd640da1fdbb135a4e7.tar.gz
Viper-ca9ac01957973cd0b8d3fbd640da1fdbb135a4e7.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/lang/maintainers.json13
1 files changed, 13 insertions, 0 deletions
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"
+ ]
+ }
+}