From 13272650febc5de055d09d860179eefb36fe7638 Mon Sep 17 00:00:00 2001 From: saksham gupta Date: Thu, 8 Aug 2024 18:16:51 +0530 Subject: [PATCH 1/4] docs: added locale strings doc introdued in v0.7.9 --- docs/flutter/meeting-locale.mdx | 140 ++++++++++++++++++-------------- 1 file changed, 78 insertions(+), 62 deletions(-) diff --git a/docs/flutter/meeting-locale.mdx b/docs/flutter/meeting-locale.mdx index 1853fb2c6..37f9e50c5 100644 --- a/docs/flutter/meeting-locale.mdx +++ b/docs/flutter/meeting-locale.mdx @@ -31,68 +31,84 @@ Navigator.push(context, MaterialPageRoute(builder: (context) => uikit),); You can have the following `keys` in the arb file: -| `key` | `value` | -| --------------------------------- | ------------------ | -| "join" | "_\_" | -| "joinInAs" | "_\_" | -| "enterYourName" | "_\_" | -| "micOn" | "_\_" | -| "micOff" | "_\_" | -| "leave" | "_\_" | -| "cancel" | "_\_" | -| "areYouSureYouWantToLeaveTheCall" | "_\_" | -| "more" | "_\_" | -| "selectAudioDevice" | "_\_" | -| "selectVideoDevice" | "_\_" | -| "videoOn" | "_\_" | -| "videoOff" | "_\_" | -| "mute" | "_\_" | -| "unmute" | "_\_" | -| "unpin" | "_\_" | -| "pin" | "_\_" | -| "kick" | "_\_" | -| "removeFromStage" | "_\_" | -| "screenShare" | "_\_" | -| "plugins" | "_\_" | -| "createPoll" | "_\_" | -| "question" | "_\_" | -| "askAQuestion" | "_\_" | -| "options" | "_\_" | -| "enterAnOption" | "_\_" | -| "addOption" | "_\_" | -| "anonymous" | "_\_" | -| "hideResultsBeforeVoting" | "_\_" | -| "questionAndOptionsCantBeEmpty" | "_\_" | -| "polls" | "_\_" | -| "pollBy" | "_\_" | -| "vote" | "_\_" | -| "voted" | "_\_" | -| "viewVoters" | "_\_" | -| "stopRecording" | "_\_" | -| "startRecording" | "_\_" | -| "muteAll" | "_\_" | -| "disableAllVideos" | "_\_" | -| "settings" | "_\_" | -| "rec" | "_\_" | -| "camera" | "_\_" | -| "microphoneInput" | "_\_" | -| "chat" | "_\_" | -| "noMessages" | "_\_" | -| "chatMessagesWillAppearHere" | "_\_" | -| "file" | "_\_" | -| "image" | "_\_" | -| "send" | "_\_" | -| "participants" | "_\_" | -| "waitlisted" | "_\_" | -| "inCall" | "_\_" | -| "you" | "_\_" | -| "turnOffVideo" | "_\_" | -| "videoAlreadyOff" | "_\_" | -| "dyte" | "_\_" | -| "back" | "_\_" | -| "waitingForTheHostToLetYouIn" | "_\_" | -| "shareScreen" | "_\_" | -| "stopSharing" | "_\_" | +| `key` | `value` | +| ----- | ------- | + +| `key` | `value` | +| ----------------------------------------------------------------- | -------------------- | +| ------------- **_Newer strings introduced in v0.7.9_** ---------- | -------------------- | +| "endMeetingForAll" | "_\_" | +| "message" | "_\_" | +| "newPollCreated" | "_\_" | +| "waitingToGoLive" | "_\_" | +| "frontCamera" | "_\_" | +| "rearCamera" | "_\_" | +| "externalCamera" | "_\_" | +| "headset" | "_\_" | +| "speaker" | "_\_" | +| "bluetooth" | "_\_" | +| "earpiece" | "_\_" | +| ----------------------------------------------------------- | -------------------- | +| "join" | "_\_" | +| "joinInAs" | "_\_" | +| "enterYourName" | "_\_" | +| "micOn" | "_\_" | +| "micOff" | "_\_" | +| "leave" | "_\_" | +| "cancel" | "_\_" | +| "areYouSureYouWantToLeaveTheCall" | "_\_" | +| "more" | "_\_" | +| "selectAudioDevice" | "_\_" | +| "selectVideoDevice" | "_\_" | +| "videoOn" | "_\_" | +| "videoOff" | "_\_" | +| "mute" | "_\_" | +| "unmute" | "_\_" | +| "unpin" | "_\_" | +| "pin" | "_\_" | +| "kick" | "_\_" | +| "removeFromStage" | "_\_" | +| "screenShare" | "_\_" | +| "plugins" | "_\_" | +| "createPoll" | "_\_" | +| "question" | "_\_" | +| "askAQuestion" | "_\_" | +| "options" | "_\_" | +| "enterAnOption" | "_\_" | +| "addOption" | "_\_" | +| "anonymous" | "_\_" | +| "hideResultsBeforeVoting" | "_\_" | +| "questionAndOptionsCantBeEmpty" | "_\_" | +| "polls" | "_\_" | +| "pollBy" | "_\_" | +| "vote" | "_\_" | +| "voted" | "_\_" | +| "viewVoters" | "_\_" | +| "stopRecording" | "_\_" | +| "startRecording" | "_\_" | +| "muteAll" | "_\_" | +| "disableAllVideos" | "_\_" | +| "settings" | "_\_" | +| "rec" | "_\_" | +| "camera" | "_\_" | +| "microphoneInput" | "_\_" | +| "chat" | "_\_" | +| "noMessages" | "_\_" | +| "chatMessagesWillAppearHere" | "_\_" | +| "file" | "_\_" | +| "image" | "_\_" | +| "send" | "_\_" | +| "participants" | "_\_" | +| "waitlisted" | "_\_" | +| "inCall" | "_\_" | +| "you" | "_\_" | +| "turnOffVideo" | "_\_" | +| "videoAlreadyOff" | "_\_" | +| "dyte" | "_\_" | +| "back" | "_\_" | +| "waitingForTheHostToLetYouIn" | "_\_" | +| "shareScreen" | "_\_" | +| "stopSharing" | "_\_" | 3. All set, run the app and view the UI Kit in the desired language! From 3bd5b34ce77e300f7e1d23bb4f38556d42081009 Mon Sep 17 00:00:00 2001 From: saksham gupta Date: Thu, 8 Aug 2024 18:20:39 +0530 Subject: [PATCH 2/4] docs: added release notes for flutter-ui-kit --- static/release-notes/flutter-ui-kit.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/static/release-notes/flutter-ui-kit.json b/static/release-notes/flutter-ui-kit.json index 4a652494a..db94b0326 100644 --- a/static/release-notes/flutter-ui-kit.json +++ b/static/release-notes/flutter-ui-kit.json @@ -1,4 +1,17 @@ [ + { + "version": "0.7.9", + "createdAt": 1723055400, + "fixes": ["Introduced newer strings for custom locale."] + }, + { + "version": "0.7.8", + "createdAt": 1721673000, + "fixes": [ + "Make listeners list safe from modification while callbacks in progress", + "Participant video sync in `DyteParticipantTile` component." + ] + }, { "version": "0.7.7", "createdAt": 1721001600, From 03717a69a63b9884720a09d83751584183cae88a Mon Sep 17 00:00:00 2001 From: saksham gupta Date: Fri, 9 Aug 2024 13:56:04 +0530 Subject: [PATCH 3/4] docs: fix release notes for flutter v0.7.8 --- static/release-notes/flutter-ui-kit.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/release-notes/flutter-ui-kit.json b/static/release-notes/flutter-ui-kit.json index db94b0326..93e8e17a4 100644 --- a/static/release-notes/flutter-ui-kit.json +++ b/static/release-notes/flutter-ui-kit.json @@ -8,8 +8,8 @@ "version": "0.7.8", "createdAt": 1721673000, "fixes": [ - "Make listeners list safe from modification while callbacks in progress", - "Participant video sync in `DyteParticipantTile` component." + "Unread count of previous meeting is now not visible in the current meeting within the same app session.", + "Upgraded to dyte_core v0.4.1." ] }, { From 500f8b0959ea534824ff0d4fae83f697569f0eba Mon Sep 17 00:00:00 2001 From: saksham gupta Date: Fri, 9 Aug 2024 13:59:17 +0530 Subject: [PATCH 4/4] docs: fix double header for custom locale table --- docs/flutter/meeting-locale.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/flutter/meeting-locale.mdx b/docs/flutter/meeting-locale.mdx index 37f9e50c5..0d3051503 100644 --- a/docs/flutter/meeting-locale.mdx +++ b/docs/flutter/meeting-locale.mdx @@ -31,9 +31,6 @@ Navigator.push(context, MaterialPageRoute(builder: (context) => uikit),); You can have the following `keys` in the arb file: -| `key` | `value` | -| ----- | ------- | - | `key` | `value` | | ----------------------------------------------------------------- | -------------------- | | ------------- **_Newer strings introduced in v0.7.9_** ---------- | -------------------- |