Skip to content

Unclear translation string #133

@fbausch

Description

@fbausch

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Go to
    byType[rKey] = t('integration_github', '{logins} reacted with {emoji} emoji', { logins: byType[rKey].join(', '), emoji: rKey })

Expected behaviour

There should be a translation comment, indicating what the content of {logins} is supposed to be. (I suppose, it is a list of usernames.)
Further, there should be a proper pluralization, so that the string can be translated for the cases:

  • {logins} refers to one user
  • {logins} refers to more than one user

Actual behaviour

It is not clear how to properly translate the string. Also, pluralization is not possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions