go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.36k stars 5.51k forks source link

Reuse the same translation keystrings for the same labels in milestone dropdown menus #32667

Open SimonPistache opened 1 day ago

SimonPistache commented 1 day ago

Description

I noticed the Milestone dropdown selector used in the sidebar of an issue/PR doesn't use the same translation keystring as the ones used in the filters and actions menubars

Keystring used in the sidebar

Screenshot 2024-11-28 at 17-10-27

Keystring used in the actionbar & filterbar

Screenshot 2024-11-28 at 17-09-56

Screenshot 2024-11-28 at 17-18-41


Further more, the actions menubars misuses the 'open' keystring for both opened and closed milestones, whereas it should use the 'close' keystring.

Screenshots

Gitea Version

1.22.3

Can you reproduce the bug on the Gitea demo site?

Yes

Operating System

Macos

Browser Version

Firefox 132

SimonPistache commented 1 day ago

Suggested changes: