diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-15 20:27:52 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-15 21:33:55 -0500 |
| commit | d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78 (patch) | |
| tree | c942db057f3716067bbda9a58e5a28a9c9c6b371 /.parlance.json | |
| parent | 891cf0ecdad9a1a78fdf5d127a60bdcc8e54ae5c (diff) | |
| download | DLAP-d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78.tar.gz DLAP-d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78.tar.bz2 DLAP-d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78.zip | |
Remove unneeded packages; Parlance config; Changes in about
Diffstat (limited to '.parlance.json')
| -rw-r--r-- | .parlance.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.parlance.json b/.parlance.json index e69de29..d25db98 100644 --- a/.parlance.json +++ b/.parlance.json @@ -0,0 +1,11 @@ +{ + "name": "Discord Local Audio Player", + "subprojects": [ + { + "name": "DLAP Bot", + "type": "i18next", + "path": "/Locales/{lang}/translation.json", + "baseLang": "en" + } + ] +} |
