Translations through a temporary content pack are not correctly updated when SMAPI loads translations
spacechase0 opened this issue ยท 1 comments
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:
- Create content pack with
Helper.ContentPacks.CreateTemporary
(inGameLaunched
in my case). - Fetch a translation from it.
- Be sad when it says no translation found.