mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
2a2d7bb9ad
ref https://github.com/TryGhost/Ghost/issues/16628 This adds translation support to search, which should be the last missing piece of i18n support for Ghost's frontend 🎉 - Translation (t) helper added to sodo-search. - Ghost head tweaked to include data-locale. - All (I hope) strings in sodo-search wrapped in the t helper. - Possibly poor-quality French translation strings added. --------- Co-authored-by: Vikas Potluri <vikaspotluri123.github@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.yarnrc | ||
LICENSE | ||
package.json | ||
README.md | ||
tailwind.config.js | ||
vite.config.js |
Sodo Search
Development
Pre-requisites
- Run
yarn
in Ghost monorepo root - Run
yarn
in this directory
Running via Ghost yarn dev
in root folder
You can automatically start the Sodo-Search dev server when developing Ghost by running Ghost (in root folder) via yarn dev --search
.
Copyright & License
Copyright (c) 2013-2023 Ghost Foundation - Released under the MIT license.