WIP: Arabic localization.

This commit is contained in:
a.bouhuolia
2021-06-22 12:11:55 +02:00
parent 0a276ca5e0
commit 87c903d0f3
22 changed files with 215 additions and 115 deletions

View File

@@ -1,29 +1,28 @@
import intl from 'react-intl-universal';
export default [
export const getFooterLinks = () => [
{
title: 'Blog',
title: intl.get('blog'),
link: '#',
},
{
title: 'Support',
title: intl.get('support'),
link: '#',
},
{
title: 'Status',
title: intl.get('service_status'),
link: '#',
},
{
title: 'Pricing',
title: intl.get('pricing'),
link: '#',
},
{
title: 'Solution Partner Program',
title: intl.get('reseller_partner'),
link: '#',
},
{
title: 'Docs',
title: intl.get('docs'),
link: '#',
},
{