added decompilation and decompile with portffix in json
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "foreignthon-ta"
|
name = "foreignthon-ta"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
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"
|
||||||
@@ -12,7 +12,7 @@ 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.1.0"]
|
dependencies = ["foreignthon>=0.4.0"]
|
||||||
|
|
||||||
[project.entry-points."foreignthon.langs"]
|
[project.entry-points."foreignthon.langs"]
|
||||||
ta = "foreignthon_ta"
|
ta = "foreignthon_ta"
|
||||||
|
|||||||
@@ -126,5 +126,17 @@
|
|||||||
"தொகுப்புகள்": "collections",
|
"தொகுப்புகள்": "collections",
|
||||||
"பாதை": "pathlib",
|
"பாதை": "pathlib",
|
||||||
"வழக்கமொழி": "re"
|
"வழக்கமொழி": "re"
|
||||||
}
|
},
|
||||||
|
"postfix_keywords": [
|
||||||
|
"if",
|
||||||
|
"elif",
|
||||||
|
"while",
|
||||||
|
"def",
|
||||||
|
"class",
|
||||||
|
"for",
|
||||||
|
"with",
|
||||||
|
"try",
|
||||||
|
"except",
|
||||||
|
"finally"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user