4d6aaf0f68
There were two changes in the Email receiving FAQ page. 1. Add "a" to "If you're not receiving the email newsletter you've subscribed to, here are a few things to check." 2. Remove unnecessary hyphens from "to-and-from this address." @jonhickman |
||
---|---|---|
.. | ||
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