Tag group permission keys are being translated (and shouldn't)

We have a forum running in German that has an issue with tag group permissions.

No matter what you change it to, it always shows as “Tags are visible only to staff” (well, that is “Schlagwörter sind nur für das Team sichtbar”).

The PUT request looks like this

But the response looks like this

Note that “jeder” is German for “everyone”. But these permission keys shouldn’t be translated at all? The key is not recognized, and that is why it is displaying the bottom option every time.

6개의 좋아요

If this is an error in translation keys, submit the properly translated keys to transifex.

No, it’s a json key that is being translated, which shouldn’t be subject to translation at all.

(And I am unable to find where in the code this is happening)

6개의 좋아요

Thanks for reporting that @RGJ :ok_hand:

https://github.com/discourse/discourse/commit/3e436e2dafef4e93e7b2d9d4db1549b51a8ebe5e

7개의 좋아요

This topic was automatically closed after 5 hours. New replies are no longer allowed.