1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

Allow package version sorting (#21453)

This commit is contained in:
KN4CK3R
2022-10-23 03:18:15 +02:00
committed by GitHub
parent 63ebb53fd5
commit 876ee8c3cd
6 changed files with 58 additions and 17 deletions

View File

@@ -106,6 +106,10 @@ never = Never
rss_feed = RSS Feed
[filter]
string.asc = A - Z
string.desc = Z - A
[error]
occurred = An error occurred
report_message = If you are sure this is a Gitea bug, please search for issues on <a href="https://github.com/go-gitea/gitea/issues" target="_blank">GitHub</a> or open a new issue if necessary.