Ghost/core
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
..
client@16fb465b10 Updated Ghost-Admin to v4.4.0 2021-05-04 11:55:36 +01:00
frontend Improved i18n with unified getCandidateString fn 2021-05-05 15:53:09 +01:00
server Refactored urlUtils out of ghost-server 2021-05-05 14:24:59 +01:00
shared Improved i18n with unified getCandidateString fn 2021-05-05 15:53:09 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Refactored urlUtils out of ghost-server 2021-05-05 14:24:59 +01:00
bridge.js Moved i18n to shared 2021-05-04 13:03:38 +01:00