Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added new locale string and release notes #387

Merged
merged 4 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 75 additions & 62 deletions docs/flutter/meeting-locale.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,68 +31,81 @@ Navigator.push(context, MaterialPageRoute(builder: (context) => uikit),);

You can have the following `keys` in the arb file:

| `key` | `value` |
| --------------------------------- | ------------------ |
| "join" | "_\<locale-word>_" |
| "joinInAs" | "_\<locale-word>_" |
| "enterYourName" | "_\<locale-word>_" |
| "micOn" | "_\<locale-word>_" |
| "micOff" | "_\<locale-word>_" |
| "leave" | "_\<locale-word>_" |
| "cancel" | "_\<locale-word>_" |
| "areYouSureYouWantToLeaveTheCall" | "_\<locale-word>_" |
| "more" | "_\<locale-word>_" |
| "selectAudioDevice" | "_\<locale-word>_" |
| "selectVideoDevice" | "_\<locale-word>_" |
| "videoOn" | "_\<locale-word>_" |
| "videoOff" | "_\<locale-word>_" |
| "mute" | "_\<locale-word>_" |
| "unmute" | "_\<locale-word>_" |
| "unpin" | "_\<locale-word>_" |
| "pin" | "_\<locale-word>_" |
| "kick" | "_\<locale-word>_" |
| "removeFromStage" | "_\<locale-word>_" |
| "screenShare" | "_\<locale-word>_" |
| "plugins" | "_\<locale-word>_" |
| "createPoll" | "_\<locale-word>_" |
| "question" | "_\<locale-word>_" |
| "askAQuestion" | "_\<locale-word>_" |
| "options" | "_\<locale-word>_" |
| "enterAnOption" | "_\<locale-word>_" |
| "addOption" | "_\<locale-word>_" |
| "anonymous" | "_\<locale-word>_" |
| "hideResultsBeforeVoting" | "_\<locale-word>_" |
| "questionAndOptionsCantBeEmpty" | "_\<locale-word>_" |
| "polls" | "_\<locale-word>_" |
| "pollBy" | "_\<locale-word>_" |
| "vote" | "_\<locale-word>_" |
| "voted" | "_\<locale-word>_" |
| "viewVoters" | "_\<locale-word>_" |
| "stopRecording" | "_\<locale-word>_" |
| "startRecording" | "_\<locale-word>_" |
| "muteAll" | "_\<locale-word>_" |
| "disableAllVideos" | "_\<locale-word>_" |
| "settings" | "_\<locale-word>_" |
| "rec" | "_\<locale-word>_" |
| "camera" | "_\<locale-word>_" |
| "microphoneInput" | "_\<locale-word>_" |
| "chat" | "_\<locale-word>_" |
| "noMessages" | "_\<locale-word>_" |
| "chatMessagesWillAppearHere" | "_\<locale-word>_" |
| "file" | "_\<locale-word>_" |
| "image" | "_\<locale-word>_" |
| "send" | "_\<locale-word>_" |
| "participants" | "_\<locale-word>_" |
| "waitlisted" | "_\<locale-word>_" |
| "inCall" | "_\<locale-word>_" |
| "you" | "_\<locale-word>_" |
| "turnOffVideo" | "_\<locale-word>_" |
| "videoAlreadyOff" | "_\<locale-word>_" |
| "dyte" | "_\<locale-word>_" |
| "back" | "_\<locale-word>_" |
| "waitingForTheHostToLetYouIn" | "_\<locale-word>_" |
| "shareScreen" | "_\<locale-word>_" |
| "stopSharing" | "_\<locale-word>_" |
| `key` | `value` |
| ----------------------------------------------------------------- | -------------------- |
| ------------- **_Newer strings introduced in v0.7.9_** ---------- | -------------------- |
| "endMeetingForAll" | "_\<locale-word>_" |
| "message" | "_\<locale-word>_" |
| "newPollCreated" | "_\<locale-word>_" |
| "waitingToGoLive" | "_\<locale-word>_" |
| "frontCamera" | "_\<locale-word>_" |
| "rearCamera" | "_\<locale-word>_" |
| "externalCamera" | "_\<locale-word>_" |
| "headset" | "_\<locale-word>_" |
| "speaker" | "_\<locale-word>_" |
| "bluetooth" | "_\<locale-word>_" |
| "earpiece" | "_\<locale-word>_" |
| ----------------------------------------------------------- | -------------------- |
| "join" | "_\<locale-word>_" |
| "joinInAs" | "_\<locale-word>_" |
| "enterYourName" | "_\<locale-word>_" |
| "micOn" | "_\<locale-word>_" |
| "micOff" | "_\<locale-word>_" |
| "leave" | "_\<locale-word>_" |
| "cancel" | "_\<locale-word>_" |
| "areYouSureYouWantToLeaveTheCall" | "_\<locale-word>_" |
| "more" | "_\<locale-word>_" |
| "selectAudioDevice" | "_\<locale-word>_" |
| "selectVideoDevice" | "_\<locale-word>_" |
| "videoOn" | "_\<locale-word>_" |
| "videoOff" | "_\<locale-word>_" |
| "mute" | "_\<locale-word>_" |
| "unmute" | "_\<locale-word>_" |
| "unpin" | "_\<locale-word>_" |
| "pin" | "_\<locale-word>_" |
| "kick" | "_\<locale-word>_" |
| "removeFromStage" | "_\<locale-word>_" |
| "screenShare" | "_\<locale-word>_" |
| "plugins" | "_\<locale-word>_" |
| "createPoll" | "_\<locale-word>_" |
| "question" | "_\<locale-word>_" |
| "askAQuestion" | "_\<locale-word>_" |
| "options" | "_\<locale-word>_" |
| "enterAnOption" | "_\<locale-word>_" |
| "addOption" | "_\<locale-word>_" |
| "anonymous" | "_\<locale-word>_" |
| "hideResultsBeforeVoting" | "_\<locale-word>_" |
| "questionAndOptionsCantBeEmpty" | "_\<locale-word>_" |
| "polls" | "_\<locale-word>_" |
| "pollBy" | "_\<locale-word>_" |
| "vote" | "_\<locale-word>_" |
| "voted" | "_\<locale-word>_" |
| "viewVoters" | "_\<locale-word>_" |
| "stopRecording" | "_\<locale-word>_" |
| "startRecording" | "_\<locale-word>_" |
| "muteAll" | "_\<locale-word>_" |
| "disableAllVideos" | "_\<locale-word>_" |
| "settings" | "_\<locale-word>_" |
| "rec" | "_\<locale-word>_" |
| "camera" | "_\<locale-word>_" |
| "microphoneInput" | "_\<locale-word>_" |
| "chat" | "_\<locale-word>_" |
| "noMessages" | "_\<locale-word>_" |
| "chatMessagesWillAppearHere" | "_\<locale-word>_" |
| "file" | "_\<locale-word>_" |
| "image" | "_\<locale-word>_" |
| "send" | "_\<locale-word>_" |
| "participants" | "_\<locale-word>_" |
| "waitlisted" | "_\<locale-word>_" |
| "inCall" | "_\<locale-word>_" |
| "you" | "_\<locale-word>_" |
| "turnOffVideo" | "_\<locale-word>_" |
| "videoAlreadyOff" | "_\<locale-word>_" |
| "dyte" | "_\<locale-word>_" |
| "back" | "_\<locale-word>_" |
| "waitingForTheHostToLetYouIn" | "_\<locale-word>_" |
| "shareScreen" | "_\<locale-word>_" |
| "stopSharing" | "_\<locale-word>_" |

3. All set, run the app and view the UI Kit in the desired language!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(suggestion): The 3rd point feels a bit out-of-flow due to the big table between the 2nd & 3rd point.
How about moving the 3rd point above and keeping the "strings table" under a separate header at the bottom of the page?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, we can do that, it justs mentions that to run the app. Don't think it'll make much of a difference.


Expand Down
13 changes: 13 additions & 0 deletions static/release-notes/flutter-ui-kit.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"version": "0.7.9",
"createdAt": 1723055400,
"fixes": ["Introduced newer strings for custom locale."]
},
{
"version": "0.7.8",
"createdAt": 1721673000,
"fixes": [
"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."
]
},
{
"version": "0.7.7",
"createdAt": 1721001600,
Expand Down
Loading