mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: localize the preferences menu
This commit is contained in:
@@ -13,19 +13,19 @@ export default [
|
||||
href: '/preferences/users',
|
||||
},
|
||||
{
|
||||
text: 'Estimates',
|
||||
text: <T id={'preferences.estimates'} />,
|
||||
href: '/preferences/estimates',
|
||||
},
|
||||
{
|
||||
text: 'Invoices',
|
||||
text: <T id={'preferences.invoices'} />,
|
||||
href: '/preferences/invoices',
|
||||
},
|
||||
{
|
||||
text: 'Receipts',
|
||||
text: <T id={'preferences.receipts'} />,
|
||||
href: '/preferences/receipts',
|
||||
},
|
||||
{
|
||||
text: 'Credit Notes',
|
||||
text: <T id={'preferences.creditNotes'} />,
|
||||
href: '/preferences/credit-notes',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -9,6 +9,7 @@ import { AppToaster } from '@/components';
|
||||
import { PreferencesEstimatesFormSchema } from './PreferencesEstimatesForm.schema';
|
||||
import { PreferencesEstimatesForm } from './PreferencesEstimatesForm';
|
||||
import withDashboardActions from '@/containers/Dashboard/withDashboardActions';
|
||||
import withSettings from '@/containers/Settings/withSettings';
|
||||
|
||||
import { transferObjectOptionsToArray } from '../Accountant/utils';
|
||||
import { compose, transformToForm, transfromToSnakeCase } from '@/utils';
|
||||
|
||||
Reference in New Issue
Block a user