mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
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:
10
plugins/script_loader/romfs/lang/en_US.json
Normal file
10
plugins/script_loader/romfs/lang/en_US.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user