mastodon/app/javascript/mastodon/features/notifications/components
Sasha Sorokin 11d4f9eefc
Split context for filter bar and unread markers (#16865)
On notifications page, in settings, "Show" for quick filter bar and
unread notifications markers use the same string, while being placed in
the separate contexts - under different settings categories.

This commit splits the contexts, creating new strings:

- "Show filter bar" in place of "Show" for filter bar;

- "Highlight unread notifications" in place of "Show" for unread
  notification markers, which are now simply called "Highlighting";

- There's also "Unread notifications" in place of "Unread notification
  markers" string to accompany the changes to "Show" string under that
  category.

All new strings have new IDs, which will cause previous strings to
invalidate on the next translation update and new strings to be created.
This will help Mastodon translators to know that there are changes and
improve translation in accordance to the source string update.
2021-10-25 16:32:28 +02:00
..
clear_column_button.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
column_settings.js Split context for filter bar and unread markers (#16865) 2021-10-25 16:32:28 +02:00
filter_bar.js Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
follow_request.js Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
grant_permission_button.js Change notification permission handling (#15176) 2020-12-15 18:43:54 +01:00
notification.js Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
notifications_permission_banner.js Change notification permission handling (#15176) 2020-12-15 18:43:54 +01:00
setting_toggle.js Change how missing desktop notifications permission is displayed (#14985) 2020-10-15 16:24:47 +02:00