Compare commits
7 Commits
v0.2.2
...
8106f4d2df
| Author | SHA1 | Date | |
|---|---|---|---|
| 8106f4d2df | |||
| 86113d9573 | |||
| 224939feaf | |||
| de801eda78 | |||
| f2301f9317 | |||
| 0fbbb30e5b | |||
| 409129eff1 |
@@ -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
|
||||
|
||||
37
README.md
37
README.md
@@ -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
|
||||
|
||||
|
||||
@@ -4,15 +4,22 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "foreignthon-ta"
|
||||
version = "0.2.2"
|
||||
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.2"]
|
||||
dependencies = ["foreignthon>=0.5.3"]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"Operating System :: OS Independent",
|
||||
"Topic :: Software Development :: Compilers",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-ta"
|
||||
|
||||
[project.entry-points."foreignthon.langs"]
|
||||
ta = "foreignthon_ta"
|
||||
|
||||
Reference in New Issue
Block a user