lbry-desktop/ui/redux
infinite-persistence 5948ee0d80
i18n: restore ability to retrieve new i18n strings
## Issue
In the original Desktop code, new strings encountered during runtime will be automatically added to the local `app-strings.json` file. The feature is unavailable in Web because writing to file would require explicit permissions.

## Change
Partially restore the functionality by saving the strings to memory and retrieving it from the console via `copy(window.new_strings)`. It's a little bit of manual work, but I think it is good as it forces a sanity check before committing (previously, experimental/developmental strings are committed and being translated in Transifex).
2022-01-03 10:36:12 +08:00
..
actions i18n: restore ability to retrieve new i18n strings 2022-01-03 10:36:12 +08:00
middleware Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00
reducers Create new anytime form state to explicitly set to release to now. Clear internal scheduled tag when editing. 2021-12-30 15:21:59 -05:00
selectors Revert "Fix publish form when editing livestream (#565)" 2021-12-31 13:28:19 -05:00