* zin: add translation to program module

This commit is contained in:
陈涛
2023-04-10 13:36:01 +08:00
parent 581d4feedb
commit fcc2b973ad
8 changed files with 164 additions and 84 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ window.renderCell = function(result, {col, row})
if(col.name === 'invested')
{
result[0] = {html: '<div>' + row.data.invested + ' <small class="text-gray">' + langWorkerDay + '</small></div>', className:'flex items-end w-full items-end', style:{flexDirection:"column"}};
result[0] = {html: '<div>' + row.data.invested + ' <small class="text-gray">' + langManDay + '</small></div>', className:'flex items-end w-full items-end', style:{flexDirection:"column"}};
return result;
}