Skip to content

Commit 5684f5e

Browse files
Chi-IrohThomas Sayen
authored andcommitted
Localized history follow rename checkbox
1 parent 8c9518c commit 5684f5e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,7 @@ editor.fork_branch_exists = Branch "%s" already exists in your fork, please choo
14081408
14091409
commits.desc = Browse source code change history.
14101410
commits.commits = Commits
1411+
commits.history_follow_rename = Include renames
14111412
commits.no_commits = No commits in common. "%s" and "%s" have entirely different histories.
14121413
commits.nothing_to_compare = These branches are equal.
14131414
commits.search.tooltip = You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-01-13".

templates/repo/commits_table.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
<div class="commits-table-left tw-flex tw-items-center">
1212
<input type="checkbox" name="history-enable-follow-renames"/>
13-
<label for="history-enable-follow-renames">Follow rename</label>
13+
<label for="history-enable-follow-renames">{{ctx.Locale.Tr "repo.commits.history_follow_rename"}}</label>
1414
</div>
1515
{{if .IsDiffCompare}}
1616
<div class="commits-table-right tw-whitespace-nowrap">

0 commit comments

Comments
 (0)