Skip to content

Conversation

@art0007i
Copy link
Contributor

allows you to easily define localized config keys. this means you replace

Config.Bind("Section", "Key", false, "My english description.");
with
Config.BindLocalized(PluginMetadata.GUID, "Section", "Key", false, "My english description.");
and it will automatically define some config keys for you.

the english description is still needed for mod managers and config ini files to have a description.

Copy link
Contributor

@NepuShiro NepuShiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should add docs into the readme on how to use these, otherwise lgtm

@art0007i
Copy link
Contributor Author

I've edited the readme to include info on how to use the newly added helpers. Also please test that this actually works because I haven't actually tried compiling this or building against it :)

@art0007i art0007i requested a review from NepuShiro September 26, 2025 04:47
Copy link
Contributor

@NepuShiro NepuShiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think is fine

@NepuShiro NepuShiro merged commit 3fa2088 into master Sep 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants