Skip to content

Mails in game couldn't load translation correctly #327

@FrostDK01

Description

@FrostDK01

Certain mails about feeding dinasours could not load language files and will fall back to English instead. To be more specific it was line 130-133 in language .json file.

Fixed this issue by changing following codes (with the help of AI agent):

/ButcherMod/AnimalHusbandryModEntry.cs (Insert at line 400):

DataLoader.LoadTreatsMail();

/ButcherMod/common/DataLoader.cs (Replace at line 237):

internal static void LoadTreatsMail()

Should create a pull request but know little about the function. Kindly know this issue, thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions