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, {useEffect, useState, useCallback} from 'react';
import { useAsync } from 'react-use';
import { useParams } from 'react-router-dom';
import { Intent, Alert } from '@blueprintjs/core';
import { FormattedMessage as T, FormattedHTMLMessage } from 'react-intl';
import { FormattedMessage as T, FormattedHTMLMessage } from 'components';
import DashboardInsider from 'components/Dashboard/DashboardInsider';
import DashboardPageContent from 'components/Dashboard/DashboardPageContent';