feat: Added cross-platform .NET scripts support (#1185)

This PR intends to add support for .NET scripts that can extend ImHex's
functionality in a portable and cross-platform way.

---------

Co-authored-by: Justus Garbe <55301990+Nowilltolife@users.noreply.github.com>
This commit is contained in:
Nik
2023-07-15 14:29:14 +02:00
committed by GitHub
parent 4e3b8111fd
commit 5171bea0bf
36 changed files with 1219 additions and 34 deletions

View File

@@ -0,0 +1,10 @@
{
"code": "en-US",
"country": "United States",
"language": "English",
"translations": {
"hex.script_loader.menu.run_script": "Run Script...",
"hex.script_loader.menu.loading": "Loading...",
"hex.script_loader.menu.no_scripts": "No scripts found"
}
}