added chinese to docs

This commit is contained in:
CT
2026-05-17 10:55:16 -05:00
parent 70a220158c
commit 3093b4328d
3 changed files with 5 additions and 0 deletions

View File

@@ -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