Compare commits

..

3 Commits

Author SHA1 Message Date
358d72b968 added telugu to language packs
All checks were successful
Deploy Docs / deploy (push) Successful in 11s
2026-06-13 12:29:30 -04:00
d3b130b666 added telugu
All checks were successful
Deploy Docs / deploy (push) Successful in 49s
2026-06-13 12:20:09 -04:00
17f9d85b99 added chinese to languag epacks
All checks were successful
Deploy Docs / deploy (push) Successful in 10s
2026-05-21 14:45:02 +00:00
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ Multiple packs can coexist — install as many as you need.
|---|---|---| |---|---|---|
| Spanish | `es` | `pip install foreignthon-es` | | Spanish | `es` | `pip install foreignthon-es` |
| Tamil | `ta` | `pip install foreignthon-ta` | | Tamil | `ta` | `pip install foreignthon-ta` |
| Chineese | `zh` | `pip install foreignthon-zh` |
| Telugu | `te` | `pip install foreignthon-te` |
--- ---

View File

@@ -12,3 +12,7 @@ languages:
- code: zh - code: zh
name: Chinese name: Chinese
repo: foreignthon-zh repo: foreignthon-zh
- code: te
name: Telugu
repo: foreignthon-te