WIP: Arabic localization.

This commit is contained in:
a.bouhuolia
2021-06-10 13:05:44 +02:00
50 changed files with 302 additions and 262 deletions

View File

@@ -22,10 +22,10 @@ export default function DrawerTemplateTable({ tableData, currencyCode }) {
Header: intl.get('qty'),
accessor: 'quantity',
disableSortBy: true,
width: 50,
width: 80,
},
{
Header: intl.get('Total'),
Header: intl.get('total'),
accessor: ({ total }) => (
<Money amount={total} currency={currencyCode} />
),