Feature: Add Malayalam(മലയാളം) localization (#707) (#708)

* 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>
This commit is contained in:
Vishnu Narayanan
2020-04-13 21:14:17 +05:30
committed by GitHub
parent 9db8adab5f
commit 55892e37f9
22 changed files with 854 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
import en from './en';
import de from './de';
import ml from './ml';
export default {
de,
en,
ml
};