feat(lang): financial statement.

This commit is contained in:
elforjani3
2021-06-08 17:39:33 +02:00
parent 4fc7c37260
commit ac249fa750
15 changed files with 194 additions and 138 deletions

View File

@@ -1,7 +1,9 @@
import { formatMessage } from 'services/intl';
export const moneyFormat = [
{ key: 'total', text: 'Total rows' },
{ key: 'always', text: 'Always' },
{ key: 'none', text: 'None' },
{ key: 'total', text: formatMessage({ id: 'total_rows' }) },
{ key: 'always', text: formatMessage({ id: 'always' }) },
{ key: 'none', text: formatMessage({ id: 'none' }) },
];
export const negativeFormat = [