SubnauticaModding / Nautilus

Nautilus, the Subnautica Modding API (formerly SMLHelper)
https://subnauticamodding.github.io/Nautilus/
GNU General Public License v3.0
69 stars 37 forks source link

Language Overrides not compatible with string.format #90

Closed PrimeSonic closed 5 years ago

PrimeSonic commented 5 years ago

We need to select a different set of wrapping characters than { and } and these cause issues when the language line starts or ends with a string.format placeholder {0}, {1},... {#}.
Possibly even look into how this system might be affected when line breaks are added.

PrimeSonic commented 5 years ago

Reported on https://www.nexusmods.com/subnautica/mods/101/?tab=posts&jump_to_comment=68796846

Alexejhero commented 5 years ago

Fixed in #97