6 Commits

Author SHA1 Message Date
8106f4d2df fixed readme 2026-05-20 17:42:42 -05:00
86113d9573 added readme template 2026-05-20 17:35:42 -05:00
224939feaf fixed release naming in workflow publish.yml 2026-05-19 18:01:49 -05:00
de801eda78 fixed release naming in workflow publish.yml
All checks were successful
Pack Validation CI / validate (push) Successful in 7s
2026-05-19 18:01:10 -05:00
0fbbb30e5b added tests, files, workflow, toml, etc 2026-05-19 17:52:03 -05:00
409129eff1 added readme and licence 2026-05-19 17:33:13 -05:00
3 changed files with 41 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ jobs:
-H "Content-Type: application/json" \
-d "{
\"tag_name\": \"$TAG\",
\"name\": \"$REPO_NAME $TAG\",
\"name\": \"$TAG\",
\"body\": \"Language pack release version $TAG for the foreignthon transpiler framework.\",
\"draft\": false,
\"prerelease\": false

View File

@@ -1 +1,38 @@
# 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."
license = { text = "GPL v3" }
requires-python = ">=3.9"
authors = [
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }
]
authors = [{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }]
keywords = ["foreignthon", "tamil", "தமிழ்"]
dependencies = ["foreignthon>=0.5.3"]
classifiers = [