diff options
author | Andrzej Ressel <jereksel@gmail.com> | 2019-04-20 04:47:00 +0200 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-04-19 22:47:00 -0400 |
commit | 469d9b7d9ac3714a146d8e745618641dbe03fafa (patch) | |
tree | 7c29b6eddde19222196702d1c47919e4b4a9394d /options/locale/locale_en-US.ini | |
parent | b9d1fb6de32613ada3869d2a9692cb078ed48534 (diff) | |
download | gitea-469d9b7d9ac3714a146d8e745618641dbe03fafa.tar.gz gitea-469d9b7d9ac3714a146d8e745618641dbe03fafa.zip |
Add option to blame files (#5721)
Diffstat (limited to 'options/locale/locale_en-US.ini')
-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 a0a114ad42..bcdd252b66 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -651,6 +651,8 @@ video_not_supported_in_browser = Your browser does not support the HTML5 'video' audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' tag. stored_lfs = Stored with Git LFS commit_graph = Commit Graph +blame = Blame +normal_view = Normal View editor.new_file = New File editor.upload_file = Upload File |