Skip to content

Translation string needs improvement #837

@fbausch

Description

@fbausch

Hi,

the code uses the string Showing revisions of, looks up the translation for the configured language, and appends some label to the translation. See

<a ng-if="storedCredential.credential_id">{{ 'showing.revisions' | translate}} "{{storedCredential.label}}"</a>

However, this leads to issues when translating the string to a language where the position of the "label" is not at the end of the string but somewhere else. In this case, the string cannot be translated correctly.

The translation string should be Showing revisions of {labelPlaceholder} or something similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions