Hi!
I have a trouble, that appeared while i was trying to translate some english mods to my own language. While doing so i accidentally found text that was containing not just simple text, but some script in it. Here it is:
self:SetTitle(T{AutoGatherTransport.StringIdBase + 32, "Auto unload at: "..(coord:x())..", "..(coord:y()) })
So, this part: "Auto unload at: "..(coord:x())..", "..(coord:y()) , i need to translate, but how can i do so? I tried to translate it without part with coordinates, but in-game this appeared w/o them. I tried to copy-past and still doesn't working. So, is this possible to translate?
.csv file was used for mod-translation.
I have a trouble, that appeared while i was trying to translate some english mods to my own language. While doing so i accidentally found text that was containing not just simple text, but some script in it. Here it is:
self:SetTitle(T{AutoGatherTransport.StringIdBase + 32, "Auto unload at: "..(coord:x())..", "..(coord:y()) })
So, this part: "Auto unload at: "..(coord:x())..", "..(coord:y()) , i need to translate, but how can i do so? I tried to translate it without part with coordinates, but in-game this appeared w/o them. I tried to copy-past and still doesn't working. So, is this possible to translate?
.csv file was used for mod-translation.
Last edited: