Compare commits
5 Commits
2aa4c05c2d
...
v0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| cc8c8d9f7b | |||
| 5443c67499 | |||
| 9db5af9e07 | |||
| 16a16d9ba7 | |||
| 6adedad265 |
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "foreignthon-te"
|
name = "foreignthon-te"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Telugu language pack for ForeignThon."
|
description = "Telugu language pack for ForeignThon."
|
||||||
license = { text = "GPL v3" }
|
license = { text = "GPL v3" }
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
@@ -24,7 +24,7 @@ classifiers = [
|
|||||||
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te"
|
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te"
|
||||||
|
|
||||||
[project.entry-points."foreignthon.langs"]
|
[project.entry-points."foreignthon.langs"]
|
||||||
template = "foreignthon_te"
|
te = "foreignthon_te"
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/foreignthon_te"]
|
packages = ["src/foreignthon_te"]
|
||||||
@@ -26,4 +26,4 @@ except PackageNotFoundError:
|
|||||||
|
|
||||||
def get_pack_path():
|
def get_pack_path():
|
||||||
# TODO: Modify this path
|
# TODO: Modify this path
|
||||||
return files(__name__) / "template.json"
|
return files(__name__) / "te.json"
|
||||||
@@ -99,6 +99,28 @@
|
|||||||
"కీబోర్డు_అంతరాయం": "KeyboardInterrupt"
|
"కీబోర్డు_అంతరాయం": "KeyboardInterrupt"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"error_messages": {
|
||||||
|
"SyntaxError": "వ్యాకరణ లోపం",
|
||||||
|
"ValueError": "విలువ లోపం",
|
||||||
|
"TypeError": "రకం లోపం",
|
||||||
|
"KeyError": "కీ లోపం",
|
||||||
|
"IndexError": "సూచిక లోపం",
|
||||||
|
"AttributeError": "లక్షణ లోపం",
|
||||||
|
"NameError": "పేరు లోపం",
|
||||||
|
"ImportError": "దిగుమతి లోపం",
|
||||||
|
"FileNotFoundError": "దస్త్రం కనబడలేదు",
|
||||||
|
"ZeroDivisionError": "సున్నాతో భాగహారం లోపం",
|
||||||
|
"RecursionError": "పునరావృతి పరిమితి లోపం",
|
||||||
|
"RuntimeError": "నిర్వహణ లోపం",
|
||||||
|
"MemoryError": "జ్ఞాపక లోపం",
|
||||||
|
"OverflowError": "మితిమీరిన విలువ లోపం",
|
||||||
|
"AssertionError": "నిర్ధారణ లోపం",
|
||||||
|
"PermissionError": "అనుమతి నిరాకరించబడింది",
|
||||||
|
"TimeoutError": "సమయం ముగిసింది",
|
||||||
|
"KeyboardInterrupt": "కీబోర్డు అంతరాయం"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
"stdlib": {
|
"stdlib": {
|
||||||
"గణితం": "math",
|
"గణితం": "math",
|
||||||
"వ్యవస్థ": "sys",
|
"వ్యవస్థ": "sys",
|
||||||
@@ -111,15 +133,15 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"postfix_keywords": [
|
"postfix_keywords": [
|
||||||
"ప్రతి",
|
"for",
|
||||||
"ఎంతవరకు",
|
"while",
|
||||||
"రూపొందించు",
|
"def",
|
||||||
"మాదిరి",
|
"class",
|
||||||
"ఇవ్వు",
|
"return",
|
||||||
"యత్నించు",
|
"try",
|
||||||
"ఎగరేయి",
|
"raise",
|
||||||
"వాడుతూ",
|
"with",
|
||||||
"చేర్చు",
|
"import",
|
||||||
"నుంచీ"
|
"from"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user