1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-09-20 07:10:56 +02:00

added stud

This commit is contained in:
TheGreyDiamond
2020-11-25 21:52:56 +01:00
parent 92e8b9095b
commit 472984f9e7
4 changed files with 133 additions and 0 deletions

6
lang/langs_v1.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
en: {
welcome: "Welcome to this file."
}
};