| src/background/background.js | +1 | -1 | 
					| src/background/context-menu-manager.js | +1 | -1 | 
					| src/background/language-helper.js | +10 | -10 | 
					| src/background/talkie-background.js | +19 | -19 | 
					| src/demo/components/footer.jsx | +43 | -43 | 
					| src/demo/components/header.jsx | +60 | -60 | 
					| src/demo/components/main.jsx | +154 | -154 | 
					| src/demo/components/sections/about.jsx | +61 | -61 | 
					| src/demo/components/sections/features.jsx | +112 | -112 | 
					| src/demo/components/sections/support.jsx | +306 | -306 | 
					| src/demo/components/sections/usage.jsx | +247 | -247 | 
					| src/demo/components/sections/voices.jsx | +300 | -300 | 
					| src/demo/components/sections/welcome.jsx | +294 | -294 | 
					| src/demo/containers/app.jsx | +35 | -35 | 
					| src/demo/containers/voices-container.jsx | +48 | -48 | 
					| src/demo/containers/welcome-container.jsx | +96 | -96 | 
					| src/options/actions/voices.js | +19 | -19 | 
					| src/options/components/main.jsx | +132 | -132 | 
					| src/options/components/range/logarithmic-scale-range.jsx | +77 | -77 | 
					| src/options/components/range/scale-range-datalist-option.jsx | +24 | -24 | 
					| src/options/components/range/scale-range-datalist.jsx | +36 | -36 | 
					| src/options/components/range/scale-range.jsx | +69 | -69 | 
					| src/options/components/sections/about.jsx | +226 | -226 | 
					| src/options/components/sections/editions.jsx | +27 | -27 | 
					| src/options/components/sections/editions/talkie-premium-edition.jsx | +63 | -63 | 
					| src/options/components/sections/text.jsx | +27 | -27 | 
					| src/options/components/sections/text/speak-long-texts.jsx | +44 | -44 | 
					| src/options/components/sections/voices.jsx | +198 | -198 | 
					| src/options/components/sections/voices/available-languages.jsx | +143 | -143 | 
					| src/options/components/sections/voices/available-voices.jsx | +83 | -83 | 
					| src/options/components/sections/voices/range-with-heading.jsx | +99 | -99 | 
					| src/options/components/sections/voices/sample-text.jsx | +36 | -36 | 
					| src/options/components/sections/voices/toggle-default.jsx | +54 | -54 | 
					| src/options/containers/about-container.jsx | +62 | -62 | 
					| src/options/containers/app.jsx | +31 | -31 | 
					| src/options/containers/editions-container.jsx | +16 | -16 | 
					| src/options/containers/text-container.jsx | +16 | -16 | 
					| src/options/containers/voices-container.jsx | +76 | -76 | 
					| src/popup/components/main.jsx | +68 | -68 | 
					| src/popup/components/sections/footer.jsx | +43 | -43 | 
					| src/popup/components/sections/header.jsx | +70 | -70 | 
					| src/popup/components/sections/menu.jsx | +47 | -47 | 
					| src/popup/components/sections/progress.jsx | +24 | -24 | 
					| src/popup/components/sections/status.jsx | +48 | -48 | 
					| src/popup/containers/app.jsx | +27 | -27 | 
					| src/popup/containers/progress-container.jsx | +19 | -19 | 
					| src/popup/hocs/is-speaking-updater.jsx | +14 | -14 | 
					| src/popup/hocs/is-speaking.jsx | +99 | -99 | 
					| src/popup/hocs/progress-updater.jsx | +24 | -24 | 
					| src/popup/hocs/progress.jsx | +103 | -103 | 
					| src/popup/popup.js | +3 | -3 | 
					| src/shared/components/discretional.jsx | +21 | -21 | 
					| src/shared/components/editions/extension-short-name.jsx | +26 | -26 | 
					| src/shared/components/error-boundary.jsx | +121 | -121 | 
					| src/shared/components/form/checkbox.jsx | +33 | -33 | 
					| src/shared/components/form/multiline-select.jsx | +45 | -45 | 
					| src/shared/components/hero-section/hero-section.jsx | +20 | -20 | 
					| src/shared/components/hero-section/styles/section-base.js | +13 | -13 | 
					| src/shared/components/icon/icon.jsx | +49 | -49 | 
					| src/shared/components/icon/social-share-icon.jsx | +51 | -51 | 
					| src/shared/components/icon/talkie-edition-icon.jsx | +46 | -46 | 
					| src/shared/components/icon/talkie-free-icon.jsx | +36 | -36 | 
					| src/shared/components/icon/talkie-premium-icon.jsx | +36 | -36 | 
					| src/shared/components/loading.jsx | +29 | -29 | 
					| src/shared/components/navigation/nav.jsx | +76 | -76 | 
					| src/shared/components/navigation/tab-contents.jsx | +21 | -21 | 
					| src/shared/components/section/edition-section.jsx | +83 | -83 | 
					| src/shared/components/section/free-section.jsx | +32 | -32 | 
					| src/shared/components/section/premium-section.jsx | +32 | -32 | 
					| src/shared/components/section/styles/section-base.js | +13 | -13 | 
					| src/shared/components/sharing/sharing-icons.jsx | +44 | -44 | 
					| src/shared/components/style-root.jsx | +41 | -41 | 
					| src/shared/configuration.js | +2 | -2 | 
					| src/shared/containers/nav-container.jsx | +25 | -25 | 
					| src/shared/containers/providers.jsx | +30 | -30 | 
					| src/shared/containers/root.jsx | +28 | -28 | 
					| src/shared/containers/state-root.jsx | +28 | -28 | 
					| src/shared/content-logger.js | +2 | -2 | 
					| src/shared/hocs/broadcaster-provider.jsx | +18 | -18 | 
					| src/shared/hocs/broadcaster.jsx | +8 | -8 | 
					| src/shared/hocs/configuration-provider.jsx | +57 | -57 | 
					| src/shared/hocs/configure.jsx | +9 | -9 | 
					| src/shared/hocs/pass-selected-text-to-background.jsx | +131 | -131 | 
					| src/shared/hocs/translate.jsx | +8 | -8 | 
					| src/shared/hocs/translation-provider.jsx | +18 | -18 | 
					| src/shared/redux-store-provider.js | +7 | -7 | 
					| src/shared/tabs.js | +15 | -15 | 
					| src/shared/talkie-locale-helper.js | +6 | -6 | 
					| src/shared/utils/select-element.js | +2 | -2 | 
					| src/shared/voices.js | +11 | -11 |