rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

How to translate the label "Add People" #196

Open Arvo-Rios14 opened 2 years ago

Arvo-Rios14 commented 2 years ago

I am translating the chat labels, but "Add People" is not included in "Localization". How could I translate it? image

rpaschoal commented 2 years ago

Hi @Arvo-Rios14

It seems that label is not included in the Localization interface: https://github.com/rpaschoal/ng-chat/blob/6f67caf2911f339a9f118749719d6f33156ec1da/src/ng-chat/core/localization.ts

You could open a pull request adding this support and we could release a patch or minor version.

Cheers