diff options
author | Bruno Sofiato <bruno.sofiato@gmail.com> | 2024-09-17 15:33:11 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 02:33:11 +0800 |
commit | 7dde3e64894edf9949f5199c0d1084bb3015cac9 (patch) | |
tree | 9f4ca6191a46ea960e258ae500ecaa8bc0eb1f6f /options/locale | |
parent | f528df944bb9436afcb9272add2ee0cccefbdb55 (diff) | |
download | gitea-7dde3e64894edf9949f5199c0d1084bb3015cac9.tar.gz gitea-7dde3e64894edf9949f5199c0d1084bb3015cac9.zip |
Included tag search capabilities (#32045)
Resolves #31998
The first screenshot shows the tag page without any filter being
applied:
![image](https://github.com/user-attachments/assets/eac0e51c-9e48-42b2-bb1c-a25896ca40cb)
The second one, shows the page when the given filter returns no tag:
![image](https://github.com/user-attachments/assets/98df191e-1a7b-4947-b0ef-4987a0293c3e)
The last one shows a single tag being filtered:
![image](https://github.com/user-attachments/assets/79c7e05e-8c86-4f06-b17e-15818b7b9291)
Signed-off-by: Bruno Sofiato <bruno.sofiato@gmail.com>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 601671d8b9..951994253a 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -178,6 +178,8 @@ code_search_by_git_grep = Current code search results are provided by "git grep" package_kind = Search packages... project_kind = Search projects... branch_kind = Search branches... +tag_kind = Search tags... +tag_tooltip = Search for matching tags. Use '%' to match any sequence of numbers. commit_kind = Search commits... runner_kind = Search runners... no_results = No matching results found. |