0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services/routing
Hannah Wolfe 273e220327 Moved i18n to shared
refs 829e8ed010

- i18n is used everywhere but only requires shared or external packages, therefore it's a good candidate for living in shared
- this reduces invalid requires across frontend and server, and lets us use it everywhere until we come up with a better option
2021-05-04 13:03:38 +01:00
..
config Finished to move the frontend to themes v4 2021-02-23 15:02:11 +01:00
controllers Moved i18n to shared 2021-05-04 13:03:38 +01:00
helpers Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
middlewares Moved i18n to shared 2021-05-04 13:03:38 +01:00
bootstrap.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
CollectionRouter.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
index.js
ParentRouter.js Added theme preview mode 2021-02-17 13:49:41 +00:00
PreviewRouter.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
registry.js
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
settings.js Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
StaticPagesRouter.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
StaticRoutesRouter.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
TaxonomyRouter.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
UnsubscribeRouter.js