mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
- 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 |
||
---|---|---|
.. | ||
config | ||
i18n | ||
express.js | ||
html-to-plaintext.js | ||
logging.js | ||
sentry.js | ||
url-utils.js |