From the Ground Up

From the Ground Up

41k Downloads

Problem with custom technologies .lang file

Demonmiker opened this issue ยท 1 comments

commented

My .lang files don't work.
Where should I put them?
(Sorry for my bad English)

commented

If you're making technologies from the config, then you can't use .lang files, you just write the name of the technology in the .json file like so:

{
    "display": {
        "title": "insert name here"
        // ...
    }
    // ...
}