1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-17 20:33:48 +02:00
Files
Enlight/lang/langs_v1.js
TheGreyDiamond 472984f9e7 added stud
2020-11-25 21:52:56 +01:00

6 lines
79 B
JavaScript

module.exports = {
en: {
welcome: "Welcome to this file."
}
};