Mutagen-Modding / Mutagen

A .NET library for analyzing, creating, and manipulating Bethesda mods
GNU General Public License v3.0
117 stars 32 forks source link

DESC Record is improperly localised when NULL from Starfield Perk Records #499

Closed Pickysaurus closed 7 months ago

Pickysaurus commented 8 months ago

When a perk has a description of NULL (e.g.) image

This is not properly carried over into the .strings files on building a localised plugin.

The English .strings file correctly skips this entry but other locales (e.g. French, Spanish) get an ID added to the .strings file which results in a "LOOKUP FAILED" error in xTranslator.

The behaviour for blanks strings should be consistent across all locales.

Noggog commented 8 months ago

@Pickysaurus is this still an issue in the latest spriggits? Havent had a chance to dig myself yet

Noggog commented 7 months ago

Going to close for now. Please reopen if it's still biting the latest setups