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" \
|
-H "Content-Type: application/json" \
|
||||||
-d "{
|
-d "{
|
||||||
\"tag_name\": \"$TAG\",
|
\"tag_name\": \"$TAG\",
|
||||||
\"name\": \"$REPO_NAME $TAG\",
|
\"name\": \"$TAG\",
|
||||||
\"body\": \"Language pack release version $TAG for the foreignthon transpiler framework.\",
|
\"body\": \"Language pack release version $TAG for the foreignthon transpiler framework.\",
|
||||||
\"draft\": false,
|
\"draft\": false,
|
||||||
\"prerelease\": false
|
\"prerelease\": false
|
||||||
|
|||||||
39
README.md
39
README.md
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -4,15 +4,22 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "foreignthon-ta"
|
name = "foreignthon-ta"
|
||||||
version = "0.2.2"
|
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.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"]
|
[project.entry-points."foreignthon.langs"]
|
||||||
ta = "foreignthon_ta"
|
ta = "foreignthon_ta"
|
||||||
|
|||||||
Reference in New Issue
Block a user