2walker2 / Astral-Codex

A fan-made expansion exploring the origin of The Interloper. @;{&< ?/ })& ?]["[/;| *?/*&+} (?] &?}&
13 stars 4 forks source link

Translation for "Write Addendum" #12

Closed TRSasasusu closed 2 months ago

TRSasasusu commented 2 months ago

"Write Addendum" cannot be translated due to CodexDispenser.cs#L267-L268.

It can be fixed by using NH API like this:

var translatedWriteAddendum = nh.GetTranslationForUI("Write Addendum");
addendumDialogueInteractReceiver._screenPrompt._text = "<CMD> " + translatedWriteAddendum;
addendumDialogueInteractReceiver._noCommandIconPrompt._text = translatedWriteAddendum;

So, translating people can translate it by making the key in "UIDictionary".