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

Fix 'Empty Room (was %user)' is not translated #2235

Closed
wants to merge 2 commits into from

Conversation

aman-godara
Copy link

@aman-godara aman-godara commented Mar 14, 2022

Fixes: 21369


Here's what your changelog entry will look like:

✨ Features

  • Fix 'Empty Room (was %user)' is not translated (#2235). Contributed by @aman-godara.

No _td() function is available in matrix-js-sdk repo. _td() should be
added in matrix-react-sdk (it is available there)
@MadLittleMods MadLittleMods added the Z-Community-PR Issue is solved by a community member's PR label Jun 2, 2022
@@ -2647,15 +2647,15 @@ function memberNamesToRoomName(names: string[], count = (names.length + 1)) {
if (!names.length) {
Copy link
Contributor

@MadLittleMods MadLittleMods Jun 2, 2022

Choose a reason for hiding this comment

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

There is a // TODO i18n comment above this function that we can remove now that this PR is translating it

@aman-godara
Copy link
Author

At first I thought I solved it by raising this PR but I think this is not as straight forward as I thought it to be. Hence, I am closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement Z-Community-PR Issue is solved by a community member's PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'Empty Room (was %user)' is not translated
2 participants