SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Translations through a temporary content pack are not correctly updated when SMAPI loads translations

spacechase0 opened this issue ยท 1 comments

commented

Describe the bug
I used Helper.ContentPacks.CreateTemporary to create a content pack for a mod, but the translations in the i18n folder do not appear to be loading.

To Reproduce
Exact steps which reproduce the bug, if possible. For example:

  1. Create content pack with Helper.ContentPacks.CreateTemporary (in GameLaunched in my case).
  2. Fetch a translation from it.
  3. Be sad when it says no translation found.
commented

Fixed in SMAPI 3.12.6. Thanks for reporting it!