fix: Update the index files to fix missing translations (#7484)

This commit is contained in:
Pranav Raj S
2023-07-07 20:11:34 -07:00
committed by GitHub
parent 571e6bd0ec
commit ad03be4529
47 changed files with 2871 additions and 2132 deletions

View File

@@ -2,6 +2,7 @@ import advancedFilters from './advancedFilters.json';
import agentBots from './agentBots.json';
import agentMgmt from './agentMgmt.json';
import attributesMgmt from './attributesMgmt.json';
import auditLogs from './auditLogs.json';
import automation from './automation.json';
import bulkActions from './bulkActions.json';
import campaign from './campaign.json';
@@ -22,6 +23,7 @@ import login from './login.json';
import macros from './macros.json';
import report from './report.json';
import resetPassword from './resetPassword.json';
import search from './search.json';
import setNewPassword from './setNewPassword.json';
import settings from './settings.json';
import signup from './signup.json';
@@ -33,6 +35,7 @@ export default {
...agentBots,
...agentMgmt,
...attributesMgmt,
...auditLogs,
...automation,
...bulkActions,
...campaign,
@@ -53,6 +56,7 @@ export default {
...macros,
...report,
...resetPassword,
...search,
...setNewPassword,
...settings,
...signup,