File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1980,12 +1980,10 @@ activity.git_stats_and_deletions = and
19801980activity.git_stats_deletion_1 = %d deletion
19811981activity.git_stats_deletion_n = %d deletions
19821982
1983- contributors = Contributors
19841983contributors.contribution_type.filter_label = Contribution type:
19851984contributors.contribution_type.commits = Commits
19861985contributors.contribution_type.additions = Additions
19871986contributors.contribution_type.deletions = Deletions
1988- contributors.what = contributions
19891987
19901988search = Search
19911989search.search_repo = Search repository
@@ -2595,6 +2593,7 @@ component_loading = Loading %s...
25952593component_loading_failed = Could not load %s
25962594component_loading_info = This might take a bit…
25972595component_failed_to_load = An unexpected error happened.
2596+ contributors.what = contributions
25982597
25992598[org]
26002599org_name_holder = Organization Name
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const (
1818
1919// Contributors render the page to show repository contributors graph
2020func Contributors (ctx * context.Context ) {
21- ctx .Data ["Title" ] = ctx .Tr ("repo.contributors" )
21+ ctx .Data ["Title" ] = ctx .Tr ("repo.activity.navbar. contributors" )
2222
2323 ctx .Data ["PageIsActivity" ] = true
2424 ctx .Data ["PageIsContributors" ] = true
Original file line number Diff line number Diff line change 44 data-locale-contribution-type-commits="{{ctx.Locale.Tr "repo.contributors.contribution_type.commits"}}"
55 data-locale-contribution-type-additions="{{ctx.Locale.Tr "repo.contributors.contribution_type.additions"}}"
66 data-locale-contribution-type-deletions="{{ctx.Locale.Tr "repo.contributors.contribution_type.deletions"}}"
7- data-locale-loading-title="{{ctx.Locale.Tr "graphs.component_loading" (ctx.Locale.Tr "repo .contributors.what")}}"
8- data-locale-loading-title-failed="{{ctx.Locale.Tr "graphs.component_loading_failed" (ctx.Locale.Tr "repo .contributors.what")}}"
7+ data-locale-loading-title="{{ctx.Locale.Tr "graphs.component_loading" (ctx.Locale.Tr "graphs .contributors.what")}}"
8+ data-locale-loading-title-failed="{{ctx.Locale.Tr "graphs.component_loading_failed" (ctx.Locale.Tr "graphs .contributors.what")}}"
99 data-locale-loading-info="{{ctx.Locale.Tr "graphs.component_loading_info"}}"
1010 data-locale-component-failed-to-load="{{ctx.Locale.Tr "graphs.component_failed_to_load"}}"
1111 >
You can’t perform that action at this time.
0 commit comments