mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
33bdd2384b
closes #12271 - When previous active theme did not have locale data for certain language, loading a theme which has such data did not result in correct locale being loaded - Underlying issue was in settings cache being outdated during theme change related i18n initialization - Fix focuses on removing settings cache dependency and and rely on most up to date data about currently active theme - The benefit of this approach is reduced coupling with settings cache |
||
---|---|---|
.. | ||
config | ||
engines | ||
handlebars | ||
activate.js | ||
active.js | ||
engine.js | ||
i18n.js | ||
index.js | ||
list.js | ||
loader.js | ||
middleware.js | ||
storage.js | ||
ThemeStorage.js | ||
to-json.js | ||
validate.js |