added chinese to docs
This commit is contained in:
@@ -14,6 +14,7 @@ foreignthon/
|
||||
│ └── langs/
|
||||
│ ├── es/ # foreignthon-es (Spanish)
|
||||
│ └── ta/ # foreignthon-ta (Tamil)
|
||||
| |__ ch/
|
||||
├── docs/
|
||||
└── .gitea/workflows/
|
||||
├── ci.yml # runs tests + lint on every push
|
||||
@@ -33,6 +34,7 @@ python -m venv .venv && source .venv/bin/activate
|
||||
pip install -e "packages/foreignthon[dev]"
|
||||
pip install -e packages/langs/es
|
||||
pip install -e packages/langs/ta
|
||||
pip install -e packages/langs/ch
|
||||
```
|
||||
|
||||
## Running tests
|
||||
|
||||
Reference in New Issue
Block a user