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

@@ -26,6 +26,7 @@
<select v-model="locale">
<option value="en">English</option>
<option value="de">German</option>
<option value="ml">Malayalam</option>
</select>
<span v-if="$v.locale.$error" class="message">
{{ $t('GENERAL_SETTINGS.FORM.LANGUAGE.ERROR') }}