diff options
author | silverwind <me@silverwind.io> | 2019-10-07 06:59:17 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-10-07 00:59:17 -0400 |
commit | 08896cd9f657c3697af0ed2415a8461080a0eb0a (patch) | |
tree | db5078c9e8b9354e8fb966d5080007353e6ea5cb /options | |
parent | 51fade4c44c3517923cd07783ab05a55aaa84dcd (diff) | |
download | gitea-08896cd9f657c3697af0ed2415a8461080a0eb0a.tar.gz gitea-08896cd9f657c3697af0ed2415a8461080a0eb0a.zip |
add file line count info on UI (#8396)
Also reworked the header to remove the filename (which is redundant with
the file path above) and made the header a flexbox with a monospace
font.
Fixes: https://github.com/go-gitea/gitea/issues/8170
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index c8be059b72..d9d27af26f 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -681,6 +681,7 @@ stored_lfs = Stored with Git LFS commit_graph = Commit Graph blame = Blame normal_view = Normal View +lines = lines editor.new_file = New File editor.upload_file = Upload File |