lbry-desktop/ui
TigerxWood ff035ed807 Changed how 'Blocked channels' are displayed on settings and a small typo
Problems solved (second attempt):
A. Small typo for <div className="card__title card__t itle--deprecated"> (extra space in the word **t itle**)

B. More details about problems with languages:
1. The word blocked has two forms in other languages (one for plural and one for singular) and therefore must be put together with channel and channels words. Currently it can be translated in only one form.

2. In the case there are no blocked channels there is no need to show the 0 value and is more elegant the message 'You do not have blocked channels'

3.  The link to manage the channels should not be visible in the case that there is no channel blocked, because there is no channel that need to be managed.

And about your statement: "Your change would make it harder for other languages to change this sentence." 

It's quite the opossite, it's very clear and easy. They just have to translate (with examples in Romanian):
'%count% %channels%. ',     (leave it as it is)
'You don't have' = 'Nu aveți'
'You have' = 'Aveți'
'blocked channel' = 'canal blocat'
'blocked channels' = 'canale blocat**e**'  (see the change for plural forms for the word blocked, not only for channels word?)

I hope this time I explained better the need for the changes.
Thanks

Messages displayed:
Case with 0 blocked channels: You don't have blocked channels. (No Manage button displayed)
Case with 1 blocked channel: You have 1 blocked channel. **Manage** (manage link)
Case with 2 or more blocked channels: You have 2 blocked channels. **Manage** (manage link)
2020-05-18 17:38:12 -04:00
..
component fix link style 2020-05-18 16:46:03 -04:00
constants basic checkout page prototype 2020-05-18 10:13:35 -04:00
effects prevent state updates after component unmounted 2020-05-13 10:18:36 -04:00
modal remove test value 2020-05-13 17:45:06 -04:00
page Changed how 'Blocked channels' are displayed on settings and a small typo 2020-05-18 17:38:12 -04:00
redux don't call api if user doesn't have any tags 2020-05-15 12:39:33 -04:00
scss basic checkout page prototype 2020-05-18 10:13:35 -04:00
util Fix code review issues 2020-05-08 14:00:59 -04:00
analytics.js disable electron-cookies in dev mode 2020-05-15 15:12:11 -04:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
i18n.js app plays embed in iframe 2020-01-28 10:20:54 -05:00
index.jsx fix deleted text file handling on desktop 2020-05-01 09:51:29 -04:00
logWarningConsoleMessage.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
native.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
reducers.js track reflecting files after publish 2020-05-08 14:13:56 -04:00
store.js turn off sync for shared preferences 2020-02-25 11:55:22 -05:00