55892e37f9
* Add Malayalam localization * Added Malayalam translations for dashboard locales (UI) Translations for * webhooks, signup, settings, set a new password, reset password, report, login, integrations * Added Malayalam translations for dashboard translations for UI * Added dashboard Malayalam translations for contact, conversation, general settings and inbox management. * [707] Add Malayalam translations for dashboard * [707] Add support for Malayalam * [707] Fix review comments * [707] fix review commetns Co-authored-by: sony-mathew <ynos1234@gmail.com>
34 lines
1.2 KiB
JavaScript
34 lines
1.2 KiB
JavaScript
/* eslint-disable */
|
|
import { default as _agentMgmt } from './agentMgmt.json';
|
|
import { default as _billing } from './billing.json';
|
|
import { default as _cannedMgmt } from './cannedMgmt.json';
|
|
import { default as _chatlist } from './chatlist.json';
|
|
import { default as _contact } from './contact.json';
|
|
import { default as _conversation } from './conversation.json';
|
|
import { default as _inboxMgmt } from './inboxMgmt.json';
|
|
import { default as _login } from './login.json';
|
|
import { default as _report } from './report.json';
|
|
import { default as _resetPassword } from './resetPassword.json';
|
|
import { default as _setNewPassword } from './setNewPassword.json';
|
|
import { default as _settings } from './settings.json';
|
|
import { default as _signup } from './signup.json';
|
|
import { default as _integrations } from './integrations.json';
|
|
import { default as _generalSettings } from './generalSettings.json';
|
|
|
|
export default {
|
|
..._agentMgmt,
|
|
..._billing,
|
|
..._cannedMgmt,
|
|
..._chatlist,
|
|
..._contact,
|
|
..._conversation,
|
|
..._inboxMgmt,
|
|
..._login,
|
|
..._report,
|
|
..._resetPassword,
|
|
..._setNewPassword,
|
|
..._settings,
|
|
..._signup,
|
|
..._integrations,
|
|
..._generalSettings,
|
|
};
|