Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better handling / localization of GameInfo #39

Open
RuiNtD opened this issue Mar 25, 2024 · 0 comments
Open

Better handling / localization of GameInfo #39

RuiNtD opened this issue Mar 25, 2024 · 0 comments
Labels
enhancement New feature or request translation

Comments

@RuiNtD
Copy link
Owner

RuiNtD commented Mar 25, 2024

Blocked by:

The GameInfo tag uses an unused variable in Stardew Valley's code that is set by the game, not by my mod. My plan is to allow the values to be localized by parsing the string into translation keys. We could also use this to add spaces to the nap names or to provide better map names. For example:

  • At BusStop -> gameInfo.At-BusStop -> At the Bus Stop
  • At SeedShop -> gameInfo.At-SeedShop -> At Pierre's General Store

This could also be used to improve the Location tag.

@RuiNtD RuiNtD added the enhancement New feature or request label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request translation
Projects
None yet
Development

No branches or pull requests

1 participant