talk icon indicating copy to clipboard operation
talk copied to clipboard

No username shown when replying to a comment with german localization

Open ihardyslide opened this issue 3 years ago • 2 comments
trafficstars

Hi,

my Coral installation is running in german and I have discovered a small bug.

When replying to a comment, there should be a text above the comment box saying "Antwort auf <Username>", but since the .ftl file is having a wrong variable name in it, it can't map it in the .jsx file correctly.

Every other language has the correct variable name, but DE not, as you can see here: https://github.com/coralproject/talk/blob/0c23b5075bfe01652acb4f8937a87904a8d1fb78/src/locales/de/stream.ftl#L213 https://github.com/coralproject/talk/blob/0c23b5075bfe01652acb4f8937a87904a8d1fb78/src/locales/de/stream.ftl#L214

I changed this to <Username></Username> and then everything worked fine again.

image

Br

ihardyslide avatar Aug 24 '22 15:08 ihardyslide

Thanks for finding this! We'll fix in an upcoming release

losowsky avatar Aug 24 '22 18:08 losowsky

I have found yet another issue with the german stream.ftl file: https://github.com/coralproject/talk/blob/0c23b5075bfe01652acb4f8937a87904a8d1fb78/src/locales/de/stream.ftl#L218-L219 Here the Melden should be removed in Line 218, because line 219 which should be actually used is ignored.

ihardyslide avatar Aug 29 '22 13:08 ihardyslide

First: Thanks for fixing this in the newest release 😄

Unfortunately, I found another issue in the german stream.ftl file, so I didn't want to create a new ticket for this small issue.

In this line

https://github.com/coralproject/talk/blob/develop/src/locales/de/stream.ftl#L583

You will see a wrongly named var: profile-account-notifications-buttonon-update = Aktualisieren It actually should be like this: profile-account-notifications-button-update = Aktualisieren

ihardyslide avatar Oct 10 '22 10:10 ihardyslide

Closing this issue, as all translation issues have been addressed. The profile-account-notifications-button-update typo was fixed in https://github.com/coralproject/talk/releases/tag/v8.1.0

kabeaty avatar Dec 11 '23 18:12 kabeaty