Add vi language to csv file

This commit is contained in:
Zhao-Linux 2022-10-10 17:59:05 +07:00
parent cd9647463b
commit f001ae4e0a
4 changed files with 207 additions and 143 deletions

View file

@ -86,9 +86,6 @@
if ($col.hasClass('rating-column')) {
return;
} else if ($col.hasClass('username')) {
header.push(clean_text($col.text()));
header.push("Full name");
} else if ($col.hasClass('problem-score-col')) {
header.push(clean_text($col.find('.problem-code').text()));
} else {