mirror of
https://github.com/thaldrin/lingua.git
synced 2024-08-15 03:03:43 +00:00
start adding en_US language files
This commit is contained in:
commit
135a6a484f
3 changed files with 11 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Lingua
|
||||
|
||||
Language Module for [Thaldrin](https://thaldr.in)
|
5
index.ts
Normal file
5
index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import en_US from "./src/en_US";
|
||||
|
||||
export default {
|
||||
en_US
|
||||
}
|
3
src/en_US.ts
Normal file
3
src/en_US.ts
Normal 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."
|
||||
}
|
Loading…
Reference in a new issue