Surviving Mars

Surviving Mars

AutoGatherTransport
Browneyes 31 Mar, 2018 @ 6:12pm
about translation of your mods
Hey. I want to make Korean Translation of your mod.
If you agree, I will upload translation file of your upload in my Korean Translation Mod and your other mods, too.

Then, your mod will support Korean while using my Korean Translation mod.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1332481450



But there's something problems.
Texts that we can see on screen need their own ID.

This is the way how do translate.
https://i.imgur.com/D9LRCKp.png


please accept my suggestion. i'm all ready. just need author's agree and a little time.
:steamhappy:
Last edited by Browneyes; 1 Apr, 2018 @ 6:10pm
< >
Showing 1-11 of 11 comments
akarnokd  [developer] 1 Apr, 2018 @ 10:45am 
Sure, go ahead with the translation. I chose AutoGatherTransport.StringIdBase = 20182401 and uploaded the updated mod.
akarnokd  [developer] 1 Apr, 2018 @ 11:02am 
I'll post updates to the other mods within a couple of days.
Browneyes 1 Apr, 2018 @ 6:08pm 
@akarnokd Thanks. I uploaded translation of your mod. and please update text ID of other mods.

see this :)
https://i.imgur.com/ZbC1o7a.jpg

added your workshop page link in my mod description
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1332481450

also added in supporting korean mods collection
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1348618790
Last edited by Browneyes; 1 Apr, 2018 @ 8:31pm
akarnokd  [developer] 2 Apr, 2018 @ 1:52am 
Sure thing. One question though. How do I specify text with parameters in them? Currently I have a few of these:

T{ "Going to recharge: " .. obj2.name }
Last edited by akarnokd; 2 Apr, 2018 @ 1:52am
Browneyes 2 Apr, 2018 @ 2:16am 
I'm not modder so i'm not sure

T{abcdefg.StringIdBase + 14, "QQQQQ" .." WWWWWWW", decimal=abcdefg.decimal},

you mean this?
Last edited by Browneyes; 2 Apr, 2018 @ 2:18am
ChoGGi 5 Jul, 2018 @ 6:34pm 
That's the wrong way, one of these will work properly:

string.format(T{AutoGatherTransport.StringIdBase + 32, "Auto unload at: %s, %s" },coord:x(),coord:y()) string.format(_InternalTranslate(T{AutoGatherTransport.StringIdBase + 32, "Auto unload at: %s, %s" }),coord:x(),coord:y())

I do a different way of translating, so you'll have to see which works.
Last edited by ChoGGi; 5 Jul, 2018 @ 6:35pm
akarnokd  [developer] 6 Jul, 2018 @ 9:04am 
ChoGGi 6 Jul, 2018 @ 9:08am 
I don't have any code to put in a PR?
akarnokd  [developer] 6 Jul, 2018 @ 9:38am 
You posted code, how can't you do it in a PR?
ChoGGi 6 Jul, 2018 @ 9:50am 
Never done a PR, so I'm not really sure how :)
akarnokd  [developer] 7 Aug, 2018 @ 12:28am 
Updated label +32 so it can now be translated properly.
< >
Showing 1-11 of 11 comments
Per page: 1530 50