Problem with custom technologies .lang file
Closed this issue · 1 comments
Demonmiker commented
My .lang files don't work.
Where should I put them?
(Sorry for my bad English)
Astavie 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"
// ...
}
// ...
}