File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ $(document).ready(function(){
109
109
} )
110
110
111
111
let star_link = document . createElement ( "a" )
112
- star_link . className = "nav-link nav-link-sm text-white ms-3"
112
+ star_link . className = "nav-link nav-link-sm text-white ms-3 crowdin-ignore "
113
113
star_link . href = `https://star-history.com/#${ sorted [ repo ] [ 'full_name' ] } `
114
114
star_link . target = "_blank"
115
115
star_link . textContent = window . formatNumber ( sorted [ repo ] [ 'stargazers_count' ] )
@@ -120,7 +120,7 @@ $(document).ready(function(){
120
120
star_link . prepend ( star_link_image )
121
121
122
122
let fork_link = document . createElement ( "a" )
123
- fork_link . className = "nav-link nav-link-sm text-white ms-3"
123
+ fork_link . className = "nav-link nav-link-sm text-white ms-3 crowdin-ignore "
124
124
fork_link . href = `https://github.com/${ sorted [ repo ] [ 'full_name' ] } /network/members`
125
125
fork_link . target = "_blank"
126
126
fork_link . textContent = window . formatNumber ( sorted [ repo ] [ 'forks' ] )
You can’t perform that action at this time.
0 commit comments