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

Room UI Redesign: Fix presence message i18n #3536

Merged
merged 2 commits into from
Dec 11, 2020

Conversation

robertlong
Copy link
Contributor

Fixes #3529
Fixes #3528

"presence.entered_lobby": "{name} ロビーに入りました。",
"presence.join_lobby": "{name} ロビーに参加しました。",
"presence.join_room": "{name} 部屋に参加しました。",
"presence.leave": "{name} 退室しました。",
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd like to suggest

  "presence.entered_room": "{name} が入室しました。",
  "presence.entered_lobby": "{name} がロビーに入りました。",
  "presence.join_lobby": "{name} がロビーに入りました。",
  "presence.join_room": "{name} が入室しました。",
  "presence.leave": "{name} が退室しました。",

@robertlong
Copy link
Contributor Author

Thanks for the review for the Japanese translations @takahirox

@robertlong robertlong merged commit d2cfffd into room-ui-redesign Dec 11, 2020
@robertlong robertlong deleted the redesign/presence-i18n branch December 11, 2020 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants