1
0
mirror of synced 2024-11-14 19:17:42 +01:00
ImHex/plugins/script_loader/romfs/lang/en_US.json
Nik 5171bea0bf
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>
2023-07-15 14:29:14 +02:00

10 lines
293 B
JSON

{
"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"
}
}