Skip to content

Sort filters and add translations for servers#5493

Open
Jerozgen wants to merge 10 commits intomodrinth:mainfrom
Jerozgen:server-filters-i18n
Open

Sort filters and add translations for servers#5493
Jerozgen wants to merge 10 commits intomodrinth:mainfrom
Jerozgen:server-filters-i18n

Conversation

@Jerozgen
Copy link
Contributor

@Jerozgen Jerozgen commented Mar 7, 2026

  • Made some server strings translatable
  • Removed some unused server strings
  • Sorted server categories, regions and languages in the filters
  • Fixed issues from Crowdin comments:
    • Pokemon → Pokémon
    • PVP/PVE → PvP/PvE
    • modal.open-in-app.close → button.close

status: 'suggestion',
shouldShow: (context: NagContext) => {
if (!!context.projectV3?.minecraft_server) return false
if (context.projectV3?.minecraft_server) return false
Copy link
Member

Choose a reason for hiding this comment

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

hrm actually why does this remove the boolean coercion in a few places like this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

idk, that's done by prepr:frontend for some reason

@Prospector Prospector self-requested a review March 8, 2026 23:47
defaultMessage: 'Latency',
ipTooltip: {
id: `project.about.server.ip.tooltip`,
defaultMessage: 'Copy Java IP: {ipAddress}',
Copy link
Member

Choose a reason for hiding this comment

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

would change this text to "Copy Java server address", we try not to use the word IP for servers

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Made changes and removed the {ipAddress} because it seems to be redundant near the address field

Jerozgen added 5 commits March 9, 2026 09:09
# Conflicts:
#	apps/frontend/src/pages/[type]/[id]/settings/server.vue
#	packages/ui/src/components/project/server/ServerPing.vue
#	packages/ui/src/utils/server-search.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants