fixed readme

This commit is contained in:
2026-05-20 17:42:42 -05:00
2 changed files with 40 additions and 5 deletions

View File

@@ -1 +1,38 @@
# foreignthon-ta # foreignthon-ta
Tamil language pack for ForeignThon.
## Install
```bash
pip install foreignthon foreignthon-ta
```
## Usage
```py
fpy run main.ta.py
```
## What's translated
- **Keywords** — {keywords}
- **Builtins** — {builtins}
- **Exceptions** — {exceptions}
- **Stdlib** — {stdlib}
{postfix_section}
## Documentation
→ https://foreignthon.keshavanand.net/
## Contributing
Found a missing translation or a better keyword choice? Open an issue or PR — no core access needed.
## License
GPL

View File

@@ -8,9 +8,7 @@ version = "0.2.3"
description = "Tamil language pack for ForeignThon." description = "Tamil language pack for ForeignThon."
license = { text = "GPL v3" } license = { text = "GPL v3" }
requires-python = ">=3.9" requires-python = ">=3.9"
authors = [ authors = [{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }]
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }
]
keywords = ["foreignthon", "tamil", "தமிழ்"] keywords = ["foreignthon", "tamil", "தமிழ்"]
dependencies = ["foreignthon>=0.5.3"] dependencies = ["foreignthon>=0.5.3"]
classifiers = [ classifiers = [