Ghost/ghost/portal/src
Daniel Lockyer acf2ab2d22 Added translation wrapper to public-facing strings in Portal
refs https://github.com/TryGhost/Ghost/issues/15502

- in order to use the translations, strings must be wrapped in the `t`
  function, which is passed through AppContext
- whilst I haven't instrumented all public strings, the vast majority
  are done here and the strings have been brought into the JSON locale files using `yarn translate:generate`
2023-02-28 10:03:04 +01:00
..
components Added translation wrapper to public-facing strings in Portal 2023-02-28 10:03:04 +01:00
images Add suppression modal to Portal 2022-11-24 13:58:27 +04:00
tests Updated portal tests 2022-11-17 13:16:12 +05:30
utils Added i18n translate function to test context 2023-02-27 13:35:11 +01:00
actions.js Add suppression modal to Portal 2022-11-24 13:58:27 +04:00
App.css Removed unused top level css 2020-07-01 15:36:13 +05:30
App.js Added @tryghost/i18n to Portal 2023-02-27 10:50:37 +01:00
App.test.js Added basic functional app flow tests 2022-02-14 23:28:20 +05:30
AppContext.js Added newsletter selection for signup flows 2022-04-13 18:43:23 +05:30
data-attributes.js Ensured plan is lowercased before being passed 2022-11-02 16:00:41 +07:00
index.css Removed unused top level css 2020-07-01 15:36:13 +05:30
index.js Cleaned up old analytics setup in Portal 2022-11-14 10:44:10 +05:30
logo.svg Initialize project using Create React App 2020-03-24 18:37:04 +05:30
pages.js Adds brand new FAQs and links to Portal based on support documents 2022-12-01 17:42:50 +00:00
setupTests.js Initialize project using Create React App 2020-03-24 18:37:04 +05:30