start adding en_US language files

This commit is contained in:
Lio Young 2021-04-08 20:29:00 +02:00
commit 135a6a484f
No known key found for this signature in database
GPG Key ID: 789795A11879E169
3 changed files with 11 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Lingua
Language Module for [Thaldrin](https://thaldr.in)

5
index.ts Normal file
View File

@ -0,0 +1,5 @@
import en_US from "./src/en_US";
export default {
en_US
}

3
src/en_US.ts Normal file
View File

@ -0,0 +1,3 @@
export default {
CHANNEL_NOT_NSFW: "This Channel is not marked as NSFW, please mark it as such an rerun this Command."
}