edgeryders / discourse

The discourse.org forum software, with all the modifications as used on edgeryders.eu.
https://edgeryders.eu
GNU General Public License v2.0
8 stars 2 forks source link

Rename the "Latest / New / Unread / Categories" tabs #24

Open tanius opened 7 years ago

tanius commented 7 years ago

In a default Discourse installation, the frontpage will show tab-like buttons "Latest", "New", "Unread" and "Top". The wording for this seems to be sub-optimal to me, so we might discuss if we want to change it. My proposal:

albertocottica commented 7 years ago

How about "Latest" => "What's new" to preserve continuity with the old platform?

tanius commented 7 years ago

Unlike originally proposed here, the renaming can not be done in CSS (like with this solution) because the HTML tag structure is not right for this. Would be too much of a hack. So we need a real template change in Discourse.

jonathan-s commented 7 years ago

It's a fairly trivial change. The change to change Unread to something else would be on this line for instance -> https://github.com/edgeryders/discourse/blob/master/config/locales/client.en.yml#L2235 To be consistent in other circumstances it would be a good idea to do search for where it shows up at other places in that file.

If you start changing the language the deeper question is how many languages are you going to support if you want to stay consistent between the languages. It seems like discourse doesn't allow changing language on a user level. So I guess that answers that question :)

tanius commented 7 years ago

Ah right, of course it's in the l10n files. That makes it simple! :slightly_smiling_face: