lbry-desktop/ui
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
..
component Revert "Fix publish form when editing livestream (#565)" 2021-12-31 13:28:19 -05:00
constants Revert "Fix publish form when editing livestream (#565)" 2021-12-31 13:28:19 -05:00
effects Fix "you are offline" nag being stuck 2021-12-22 12:41:05 +08:00
modal Revert "Fix publish form when editing livestream (#565)" 2021-12-31 13:28:19 -05:00
page Settings: Change button from "Back" to "Save" 2021-12-29 10:32:38 -05:00
redux i18n: restore ability to retrieve new i18n strings 2022-01-03 10:36:12 +08:00
scss Highlight chat message if your channel is mentioned 2021-12-29 16:13:57 -05:00
util OG: Skip 'data:image' when generating cards.odysee.com urls 2021-12-22 10:03:43 -05:00
analytics.js Remove content_tags and related functions 2021-12-13 11:54:53 -05:00
app.js
comments.js Comment Moderation - time based bans 2021-09-03 07:17:56 +08:00
i18n.js i18n: restore ability to retrieve new i18n strings 2022-01-03 10:36:12 +08:00
index.jsx [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
lbry.js Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js working 2020-12-16 10:52:22 -05:00
reducers.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
rewards.js Change logic for daily reward claiming to weekly 2021-12-23 02:40:58 -05:00
store.js Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00