Skip to content

Conversation

lukasdotcom
Copy link
Member

Resolves: #70

Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
@lukasdotcom lukasdotcom requested a review from julien-nc June 12, 2025 20:41
Copy link
Member

@julien-nc julien-nc left a comment

Choose a reason for hiding this comment

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

👍

@lukasdotcom lukasdotcom merged commit 4eafb09 into main Jun 13, 2025
32 of 41 checks passed
@lukasdotcom lukasdotcom deleted the fix/translations branch June 13, 2025 11:52
return ''
},
approvedByText() {
return t('approval', 'Approved by {user}', { user: this.notMe ? this.userName : this.you })
Copy link
Member

Choose a reason for hiding this comment

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

You need to make proper if blocks
Approved by You does not work in german

Copy link
Member

Choose a reason for hiding this comment

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

True, to reformulate, you need a specific translation for "approved by you" and "approved by DISPLAY_NAME".

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks. I made a new pr #304 that hopefully implements it correctly this time.

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.

Translation texts are bad
3 participants