aboutsummaryrefslogtreecommitdiff
path: root/.parlance.json
blob: 5a1f41c783e19a1ca467bc6a278a3514e8d3950d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "AleeBot",
  "subprojects": [
    {
      "name": "AleeBot",
      "type": "i18next",
      "path": "/bot/src/translations/{lang}/translation.json",
      "baseLang": "en"
    }
  ]
}