Translation of some phrases

1

3

2

I think the whole section (members:) not amenable to translation via the admin interface.

It may be:

https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/controllers/group-index.js.es6#L54

return I18n.t("groups.members.filter_placeholder");

And somewhere else in the files: groups.members.title

I just tested customizing those translations and it worked fine. Could you try updating to the latest version? There were lots of changes to the group pages in the last few days.

2 Likes

https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/controllers/group-index.js.es6#L54

Hm
I18n.t - Is it not necessary?

I have the version: v2.0.0.beta5 +27

No, it’s not necessary. The translation happens somewhere else.

2 Likes