From 2a90729a36928663b577b6fb3330ee373740f274 Mon Sep 17 00:00:00 2001 From: Vali Date: Wed, 2 Dec 2020 23:10:58 +0100 Subject: [PATCH] i'm not sure what i'm doing here --- module.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index 767d0dc..a6ec461 100644 --- a/module.json +++ b/module.json @@ -15,7 +15,14 @@ "path": "assets/adjectives.db", "entity": "RollTable" } - ], + ], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + } + ], "esmodules": ["scripts/index.js"], "styles": ["token-mold.css"], "manifest": "https://raw.githubusercontent.com/Moerill/token-mold/master/module.json",