Ghost/core/server/services
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
..
adapter-manager Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
auth Moved i18n to shared 2021-05-04 13:03:38 +01:00
bulk-email Moved i18n to shared 2021-05-04 13:03:38 +01:00
email-analytics Fixed analytics require error 2021-03-02 08:26:42 +00:00
invitations Moved i18n to shared 2021-05-04 13:03:38 +01:00
invites Moved i18n to shared 2021-05-04 13:03:38 +01:00
jobs Added custom worker message handler 2021-02-22 20:02:00 +13:00
mail Fixed i18n being called outside of a function 2021-05-05 16:34:40 +01:00
mega Moved i18n to shared 2021-05-04 13:03:38 +01:00
members Added custom prices list to portal settings (#12912) 2021-05-04 21:02:20 +05:30
notifications Moved i18n to shared 2021-05-04 13:03:38 +01:00
permissions Moved i18n to shared 2021-05-04 13:03:38 +01:00
settings Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
themes Moved i18n to shared 2021-05-04 13:03:38 +01:00
webhooks Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
labs.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
limits.js Fixed limits realoding during soft Ghost restart 2021-04-10 00:08:17 +12:00
oembed.js Moved the OEmbed service to use our DI pattern 2021-01-15 15:35:30 +01:00
slack.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
users.js Moved the users service to use our DI pattern 2021-01-15 17:58:36 +01:00
xmlrpc.js Moved i18n to shared 2021-05-04 13:03:38 +01:00