Skip to content

Commit

Permalink
Lysking
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Oct 24, 2023
1 parent 7128b62 commit ccbf3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/langtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -8326,7 +8326,7 @@ function addTemplTR(repo) {

function reponame2templatename(reponame) {
parts = reponame.split('-');
return code2templatename[parts[2]]
return code2templatename[parts[2]] + ' (' + parts[2] + ')'
}

const code2templatename = {
Expand Down

0 comments on commit ccbf3c5

Please sign in to comment.