localize game.makefile()

Things that we aren't going to implement
Post Reply
User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3700
Joined: Tue May 13, 2014 11:06 am
Contact:

localize game.makefile()

Post by DaveMcW »

I would like to translate the name of the file my mod generates.

Code: Select all

game.makefile({"filename"}, "Hello world!");

User avatar
L0771
Filter Inserter
Filter Inserter
Posts: 516
Joined: Tue Jan 14, 2014 1:51 pm
Contact:

Re: localize game.makefile()

Post by L0771 »

You tried

Code: Select all

game.makefile({"files.filename"}, "Hello world!");
and

Code: Select all

[files]
filename=...
in your locale file?

Post Reply

Return to “Won't implement”