diff options
author | JakobDev <jakobdev@gmx.de> | 2024-01-24 06:51:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 13:51:37 +0800 |
commit | 7ed18566e10b298309dcc99d97447cb1932ae09a (patch) | |
tree | 1b369d99dd920442517c3c87022d41ea75672f90 /options/locale | |
parent | ee3e83eec154c906e8668a126bb39c56a053d49a (diff) | |
download | gitea-7ed18566e10b298309dcc99d97447cb1932ae09a.tar.gz gitea-7ed18566e10b298309dcc99d97447cb1932ae09a.zip |
Show in Web UI if file is vendored and generated (#28620)
This simple shows in the Web UI is a file is vendored and/or generated.
![grafik](https://github.com/go-gitea/gitea/assets/15185051/bfe45fcc-cfec-4ba1-8d93-c0a262c3ae1c)
![grafik](https://github.com/go-gitea/gitea/assets/15185051/9f222a49-e7bf-4540-ba64-43dcc5767b76)
---------
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Lunny Xiao <xiaolunwen@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 26734f2dd6..effb3896c2 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1191,6 +1191,8 @@ audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' stored_lfs = Stored with Git LFS symbolic_link = Symbolic link executable_file = Executable File +vendored = Vendored +generated = Generated commit_graph = Commit Graph commit_graph.select = Select branches commit_graph.hide_pr_refs = Hide Pull Requests |