lbry-desktop/web
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 NagNoUser i18n update 2021-12-30 20:42:53 +08:00
effects [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
middleware Add favicon for Google Search results (#7205) 2021-10-01 08:09:02 -04:00
page Misc updates 2021-11-29 20:32:39 -05:00
setup tus: skip fingerprint storage 2021-12-13 15:35:21 +08:00
src [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
static/pwa Browser push notifications (#133) 2021-10-27 10:38:10 -04:00
stubs rename lbrytv to web 2020-05-25 17:21:02 -04:00
bundle-id.js fix uuid import with new version 2020-10-02 14:36:22 -04:00
index.js cache static files for webserver 2021-06-04 12:05:23 -04:00
lbry.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
package.json Browser push notifications (#133) 2021-10-27 10:38:10 -04:00
webpack.config.js i18n: restore ability to retrieve new i18n strings 2022-01-03 10:36:12 +08:00
webpack.sw.config.js Browser push notifications (#133) 2021-10-27 10:38:10 -04:00
yarn.lock Browser push notifications (#133) 2021-10-27 10:38:10 -04:00