You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mod config settings now support translations. OWML will look for files named after the TextTranslation.Language enums in base game in a folder named translations where your mod is installed. Eg, translations/english.json. These files will follow the same format as New Horizons translations, and the UIDictionary will be used to store key-value pairs for your translation results. Translations support the title and tooltip fields for a setting, and if the title is absent it will use the setting's ID as a key. Check the OWML settings documentation for more info.
Added dlcOnly support to settings that should only appear when Echoes of the Eye is installed.