WIP: arabic localization.

This commit is contained in:
a.bouhuolia
2021-06-10 14:27:53 +02:00
parent 40c6a1ccbc
commit c66e86fbd5
10 changed files with 8 additions and 36 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import intl from 'react-intl-universal';
import { Button } from '@blueprintjs/core';
import { Icon, If } from 'components';
import { FormattedMessage as T } from 'react-intl';
import { FormattedMessage as T } from 'components';
import { getForceWidth, getColumnWidth } from 'utils';
import { useGeneralLedgerContext } from './GeneralLedgerProvider';