Ghost/core/frontend/services
Hannah Wolfe 9614d71e1f Moved theme i18n to new theme engine service
refs: bf0823c9a2

- continuing the work of splitting up the theme service into logical components

- This one is a little more involved, as the i18n initialisation was unnecessarily spread over several locations.
- I moved it into being part of the ActiveTheme class and called in the constructor, meaning we don't need the services.theme.activated event anymore as the constructor is called in the same cases.
- Also moved the event listener for locales into the bridge, as I don't want that inside of theme-engine, and we don't want circular dependencies. We'll figure out a wayto refactor this soon too.
2021-04-26 12:29:55 +01:00
..
apps Moved handlebars utils to new theme engine service 2021-04-21 14:21:32 +01:00
redirects Updated code to reflect js-yaml dependency changes 2021-02-10 11:39:30 +00:00
routing Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
rss 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
settings Moved getApiVersion to a new shared "bridge" class 2021-04-24 09:55:48 +01:00
sitemap 🐛 Fixed __GHOST_URL__ appearing in sitemaps (#12787) 2021-03-18 17:16:37 +00:00
theme-engine Moved theme i18n to new theme engine service 2021-04-26 12:29:55 +01:00
themes Moved theme i18n to new theme engine service 2021-04-26 12:29:55 +01:00
url Moved getApiVersion to a new shared "bridge" class 2021-04-24 09:55:48 +01:00
proxy.js Moved theme i18n to new theme engine service 2021-04-26 12:29:55 +01:00