mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
WIP: Arabic localization.
This commit is contained in:
@@ -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: '#',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user