Translation overrides - panthernet/ThunderED GitHub Wiki
Updated for ThunderED v2.0.0
To override any existing language string you can place custom_language.json file into the static Data folder (or root for Windows). Copy entries from the language file and paste them inside. Change transaltions as you like and maintain correct json file structure.
Example:
{
"unknown": "J_J"
}