aboutsummaryrefslogtreecommitdiff
path: root/.parlance.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-17 00:07:31 -0500
committerGitHub <noreply@github.com>2024-02-17 00:07:31 -0500
commit214a83c0f696ac731c54b00bf7503f87e497afa6 (patch)
tree15d57b08e69d19fb4c2f3effb9937aec8d042bdc /.parlance.json
parentb29ab06623fd24cfc2a611bdd658b4d2ef934335 (diff)
parentc848f1d90fef40ffa81915d7dd875a2ee6d6c8d5 (diff)
downloadDLAP-214a83c0f696ac731c54b00bf7503f87e497afa6.tar.gz
DLAP-214a83c0f696ac731c54b00bf7503f87e497afa6.tar.bz2
DLAP-214a83c0f696ac731c54b00bf7503f87e497afa6.zip
Merge pull request #17 from Alee14/testing
Merging testing branch
Diffstat (limited to '.parlance.json')
-rw-r--r--.parlance.json11
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"
+ }
+ ]
+}