Ghost/core/server
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
..
adapters Moved i18n to shared 2021-05-04 13:03:38 +01:00
api Included description in Admin Products API output 2021-05-04 13:42:35 +01:00
data Improved single author deprecated notices 2021-05-04 17:11:12 +01:00
lib Removed unused onMany method from events 2021-05-04 13:28:24 +01:00
models Improved single author deprecated notices 2021-05-04 17:11:12 +01:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Fixed i18n being called outside of a function 2021-05-05 16:34:40 +01:00
views Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
web Moved i18n to shared 2021-05-04 13:03:38 +01:00
analytics-events.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
ghost-server.js Refactored urlUtils out of ghost-server 2021-05-05 14:24:59 +01:00
notify.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00
overrides.js Moved sqlite3 override rules to db connection lib 2021-02-05 11:51:56 +00:00
update-check.js Moved i18n to shared 2021-05-04 13:03:38 +01:00