feat(leng): add leng.

This commit is contained in:
elforjani3
2021-06-06 19:14:23 +02:00
parent 7773ba3cb3
commit 366404e1d6
25 changed files with 217 additions and 133 deletions

View File

@@ -27,7 +27,7 @@ export function ItemHeaderCell() {
* Item column footer cell.
*/
export function ItemFooterCell() {
return <span>Total</span>;
return <span><T id={'total'}/></span>;
}
/**