mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
cf6884d098
ref PLG-227 - Updated logic that allows Admin Users on comments to interact with some endpoints from a specific admin-only route. - It pulls 2 admin specific routes: - 1. an admin specific 'browse' route that includes hidden comments that would otherwise be hidden from regular users and members. - 2. A specific replies route, that would also include hidden comments - This was needed in order to get accurate pagination. - Additionally, it wires up the routes via `message-handler` that deal with the potential cors issues. - Includes style updates --------- Co-authored-by: Sanne de Vries <sannedv@protonmail.com> Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk> |
||
---|---|---|
.. | ||
lib | ||
locales | ||
test | ||
.eslintrc.js | ||
generate-context.js | ||
i18next-parser.config.js | ||
index.js | ||
package.json | ||
README.md |
i18n
i18n translations for Ghost
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests