清理未使用 i18n 键值 - #6688
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 69b7a44e98
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1190,12 +1153,6 @@ modrinth.category.velocity=Velocity | |||
| modrinth.category.waterfall=Waterfall | |||
| modrinth.category.worldgen=Worldgen | |||
| modrinth.category.8x-=8x or lower | |||
There was a problem hiding this comment.
Restore the Modrinth resolution category keys
When the Modrinth resource-pack category list contains any of the still-supported 16x through 256x resolutions, DownloadListPage.getLocalizedCategory constructs modrinth.category.<category> dynamically. Removing these six keys from every bundle makes SupportedLocale.i18n log a missing-resource error and display the raw key (for example, modrinth.category.64x) in the category selector, while the adjacent 8x- and 512x+ categories remain localized.
Useful? React with 👍 / 👎.
Assisted-by: codex:gpt-5.6-sol
No description provided.