Ghost/core/shared
Hannah Wolfe 01d9701096 Fixed i18n being called outside of a function
- calling i18n as a global const like this requires it to be loaded before anything else, when we have to manage this with the init() flow
- wrapping it inside the function where it's used ensures we don't call i18n til we need it
- also improved the i18n called without init error to include the key it was called with
2021-05-05 16:34:40 +01:00
..
config Fixed invite only handling in Portal 2021-04-27 23:16:12 +05:30
i18n Fixed i18n being called outside of a function 2021-05-05 16:34:40 +01:00
express.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00
html-to-plaintext.js Added paywall card to mark end of free content preview (#12663) 2021-02-17 23:00:26 +00:00
logging.js Added ElasticSearch logging when available 2021-02-25 15:50:58 +00:00
sentry.js Moved Sentry noop function into block 2020-11-10 11:04:21 +00:00
url-utils.js Added default API version to config 2021-04-21 14:57:07 +01:00