aboutsummaryrefslogtreecommitdiff
path: root/.parlance.json
diff options
context:
space:
mode:
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..5a1f41c
--- /dev/null
+++ b/.parlance.json
@@ -0,0 +1,11 @@
+{
+ "name": "AleeBot",
+ "subprojects": [
+ {
+ "name": "AleeBot",
+ "type": "i18next",
+ "path": "/bot/src/translations/{lang}/translation.json",
+ "baseLang": "en"
+ }
+ ]
+}