diff options
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 new file mode 100644 index 0000000..d25db98 --- /dev/null +++ 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" + } + ] +} |
