WIP: Arabic localization.|

This commit is contained in:
a.bouhuolia
2021-06-10 12:51:00 +02:00
parent 4fc7c37260
commit 1ea32884c2
465 changed files with 3299 additions and 2109 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { FormattedMessage as T } from 'react-intl';
import { FormattedMessage as T } from 'components';
export default [
{
@@ -16,7 +16,7 @@ export default [
text: <T id={'items'} />,
children: [
{
text: <T id={'items_list'} />,
text: <T id={'items'} />,
href: '/items',
},
{
@@ -67,7 +67,7 @@ export default [
newTabHref: '/bills/new',
},
{
text: <T id={'payment_made'} />,
text: <T id={'payment_mades'} />,
href: '/payment-mades',
newTabHref: '/payment-mades/new',
},