WIP: Arabic localization.

This commit is contained in:
a.bouhuolia
2021-06-13 13:53:17 +02:00
parent 7d5bb95e75
commit 26bea3d2c2
27 changed files with 304 additions and 100 deletions

View File

@@ -6,13 +6,12 @@ import { FormattedMessage as T } from 'components';
export default function EstimatesEmptyStatus() {
const history = useHistory();
return (
<EmptyStatus
title={<T id={'it_s_time_to_send_estimates_to_your_customers'} />}
description={
<p>
<T id={'it_is_a_long_established_fact_that_a_reader'} />
<T id={'estimate_is_used_to_create_bid_proposal_or_quote'} />
</p>
}
action={