Skip to content

Commit

Permalink
fix(react-native): missing translations in lobby component
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai committed Sep 5, 2023
1 parent 3c6abc9 commit 3dbed69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-native-sdk/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"Reconnecting...": "Reconnecting...",
"Participants ({{ numberOfParticipants }})": "Participants ({{ numberOfParticipants }})",
"{{ userName }} is sharing their screen": "{{ userName }} is sharing their screen",
"{{ numberOfParticipants }} participant(s) are in the call.": "{{ numberOfParticipants }} participant(s) are in the call.",
"You are about to join a call with id {{ callId }}.": "You are about to join a call with id {{ callId }}.",
"Microphone Permission Required To Enable Audio": "Microphone permission not granted, can not enable audio",
"Camera Permission Required To Enable Video": "Camera permission not granted, can not enable video"
}

0 comments on commit 3dbed69

Please sign in to comment.