0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend/services
Hannah Wolfe d8318654a9 Improved i18n with unified getCandidateString fn
- the core i18n library and theme i18n library have slightly different methods of getting a candidate string
- both of them use forms of jsonpath, meaning they both require jsonpath as a dependency
- to try to get to a point of being able to rip more things out of ghost, we want to have less dependencies
- so instead of overloading the method, we pass in a stringMode as an argument
- eventually we might not need an overloaded class for themeI18n at all, which would simplify the codebase
2021-05-05 15:53:09 +01:00
..
apps Moved i18n to shared 2021-05-04 13:03:38 +01:00
redirects Moved i18n to shared 2021-05-04 13:03:38 +01:00
routing Moved i18n to shared 2021-05-04 13:03:38 +01:00
rss 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
settings Moved bridge into its proper location 2021-04-26 14:38:57 +01:00
sitemap Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
theme-engine Improved i18n with unified getCandidateString fn 2021-05-05 15:53:09 +01:00
url Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
proxy.js Moved i18n to shared 2021-05-04 13:03:38 +01:00