Skip to content

Commit af2dc2d

Browse files
pushpsenairekar2911pushpsenairekar2911
authored andcommitted
v2.4.1-2
1 parent fbbb6f4 commit af2dc2d

File tree

24 files changed

+341
-6
lines changed

24 files changed

+341
-6
lines changed

.DS_Store

0 Bytes
Binary file not shown.

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Please note we have a code of conduct, please follow it in all your interactions
77

88

99

10-
1110
## Pull Request Process
1211

1312
1. Ensure any install or build dependencies are removed before the end of the layer when doing a

CometChatObjc/CometChatObjc/Library/UI Components/Chats/Start Conversation/CometChatStartConversation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ public class CometChatStartConversation: UIViewController {
234234
[CometChatStartConversation Documentation](https://prodocs.cometchat.com/docs/ios-ui-screens#section-1-comet-chat-user-list)
235235
*/
236236
private func refreshUsers(){
237+
self.globalGroupedUsers.removeAll()
237238
self.sections.removeAll()
238239
self.users.removeAll()
239240
activityIndicator?.startAnimating()

CometChatObjc/CometChatObjc/Library/UI Components/Groups/Add Members/CometChatAddMembers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ public class CometChatAddMembers: UIViewController {
308308
[CometChatUserList Documentation](https://prodocs.cometchat.com/docs/ios-ui-screens#section-1-comet-chat-user-list)
309309
*/
310310
private func refreshUsers(){
311+
self.globalGroupedUsers.removeAll()
311312
self.sections.removeAll()
312313
self.users.removeAll()
313314
activityIndicator?.startAnimating()

CometChatObjc/CometChatObjc/Library/UI Components/Shared/Localization/ar.lproj/Localizable.strings

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,3 +490,14 @@
490490
"MESSAGE_IN_PRIVATE" = "إرسال رسالة خاصة";
491491
"REPLY_IN_PRIVATE" = "الرد على القطاع الخاص";
492492
"VIEW_PROFILE" = "عرض الملف الشخصي";
493+
"UNKNOWN_LOCATION" = "موقع غير معروف";
494+
"SHARED_LOCATION" = "موقع مشترك";
495+
"ERROR_INTERNET_UNAVAILABLE" = "لا يوجد اتصال بالإنترنت. الرجاء معاودة المحاولة في وقت لاحق.";
496+
"SELECT_USER" = "اختر المستخدم";
497+
"SELECT_GROUP" = "اختر مجموعة";
498+
"SEARCH_USERS" = "بحث في المستخدمين";
499+
"SEARCH_GROUPS" = "مجموعات البحث";
500+
"NO_REPLIES" = "لا توجد ردود";
501+
"LEAVE" = "يترك";
502+
"DELETE" = "حذف";
503+
"VIEW" = "رأي";

CometChatObjc/CometChatObjc/Library/UI Components/Shared/Localization/de.lproj/Localizable.strings

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,3 +713,14 @@
713713
"NO_VIDEOS" = "Keine Videos";
714714
"NO_DOCUMENTS" = "Keine Dokumente";
715715
"JOIN" = "Beitreten";
716+
"UNKNOWN_LOCATION" = "Unbekannter Ort";
717+
"SHARED_LOCATION" = "Gemeinsamer Standort";
718+
"ERROR_INTERNET_UNAVAILABLE" = "Keine Internetverbindung. Bitte versuchen Sie es später erneut.";
719+
"SELECT_USER" = "Nutzer wählen";
720+
"SELECT_GROUP" = "Wähle die Gruppe";
721+
"SEARCH_USERS" = "Benutzer suchen";
722+
"SEARCH_GROUPS" = "Gruppen suchen";
723+
"NO_REPLIES" = "Keine Antworten";
724+
"LEAVE" = "Verlassen";
725+
"DELETE" = "Löschen";
726+
"VIEW" = "Sicht";

CometChatObjc/CometChatObjc/Library/UI Components/Shared/Localization/es.lproj/Localizable.strings

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,3 +711,14 @@
711711
"NO_VIDEOS" = "No hay vídeos";
712712
"NO_DOCUMENTS" = "Sin documentos";
713713
"JOIN" = "Unirse";
714+
"UNKNOWN_LOCATION" = "Ubicación desconocida";
715+
"SHARED_LOCATION" = "Ubicación compartida";
716+
"ERROR_INTERNET_UNAVAILABLE" = "Sin conexión a Internet. Por favor, inténtelo de nuevo más tarde.";
717+
"SELECT_USER" = "Seleccionar usuario";
718+
"SELECT_GROUP" = "Selecciona grupo";
719+
"SEARCH_USERS" = "Buscar usuarios";
720+
"SEARCH_GROUPS" = "Grupos de búsqueda";
721+
"NO_REPLIES" = "No hay respuestas";
722+
"LEAVE" = "Dejar";
723+
"DELETE" = "Borrar";
724+
"VIEW" = "Vista";

CometChatObjc/CometChatObjc/Library/UI Components/Shared/Localization/fr.lproj/Localizable.strings

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,3 +490,14 @@
490490
"MESSAGE_IN_PRIVATE" = "Envoyer un message privately";
491491
"REPLY_IN_PRIVATE" = "Répondre en privé";
492492
"VIEW_PROFILE" = "Voir le profil";
493+
"UNKNOWN_LOCATION" = "Emplacement inconnu";
494+
"SHARED_LOCATION" = "Emplacement partagé";
495+
"ERROR_INTERNET_UNAVAILABLE" = "Pas de connexion Internet. Veuillez réessayer plus tard.";
496+
"SELECT_USER" = "Sélectionnez l'utilisateur";
497+
"SELECT_GROUP" = "Sélectionner un groupe";
498+
"SEARCH_USERS" = "Rechercher des utilisateurs";
499+
"SEARCH_GROUPS" = "Groupes de recherche";
500+
"NO_REPLIES" = "Aucune réponse";
501+
"LEAVE" = "Laisser";
502+
"DELETE" = "Effacer";
503+
"VIEW" = "Vue";

CometChatObjc/CometChatObjc/Library/UI Components/Shared/Localization/hi.lproj/Localizable.strings

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,3 +490,14 @@
490490
"MESSAGE_IN_PRIVATE" = "निजी तौर पर संदेश भेजें";
491491
"REPLY_IN_PRIVATE" = "निजी तौर पर जवाब दें";
492492
"VIEW_PROFILE" = "प्रोफ़ाइल देखें";
493+
"UNKNOWN_LOCATION" = "अज्ञात स्थान";
494+
"SHARED_LOCATION" = "साझा स्थान";
495+
"ERROR_INTERNET_UNAVAILABLE" = "कोई इंटरनेट कनेक्शन नहीं। बाद में पुन: प्रयास करें।";
496+
"SELECT_USER" = "उपयोगकर्ता का चयन करें";
497+
"SELECT_GROUP" = "समूह का चयन करें";
498+
"SEARCH_USERS" = "उपयोगकर्ता खोजें";
499+
"SEARCH_GROUPS" = "समूह खोजें";
500+
"NO_REPLIES" = "जवाब नहीं";
501+
"LEAVE" = "छोड़ना";
502+
"DELETE" = "हटाएं";
503+
"VIEW" = "राय";

0 commit comments

Comments
 (0)