feat: localize the preferences menu

This commit is contained in:
Ahmed Bouhuolia
2023-12-16 19:37:20 +02:00
parent 6953f7c4a3
commit a862ee9ccf
2 changed files with 5 additions and 4 deletions

View File

@@ -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';