* 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:
@@ -14,5 +14,6 @@ LANGUAGES_CONFIG = {
|
||||
9 => { name: 'Portugues', iso_639_3_code: 'por', iso_639_1_code: 'pt' },
|
||||
10 => { name: 'Russian', iso_639_3_code: 'rus', iso_639_1_code: 'ru' },
|
||||
11 => { name: 'Chinese', iso_639_3_code: 'zho', iso_639_1_code: 'zh' },
|
||||
12 => { name: 'Spanish', iso_639_3_code: 'spa', iso_639_1_code: 'es' }
|
||||
12 => { name: 'Spanish', iso_639_3_code: 'spa', iso_639_1_code: 'es' },
|
||||
13 => { name: 'Malayalam', iso_639_3_code: 'mal', iso_639_1_code: 'ml' }
|
||||
}.freeze
|
||||
|
||||
Reference in New Issue
Block a user