Ghost/ghost/i18n
2023-01-19 17:58:16 +00:00
..
lib Added yarn translate:portal command 2023-01-18 18:23:53 +01:00
locales
test
.eslintrc.js
i18next-parser.config.js Added CI test to ensure i18n strings are extracted out 2023-01-19 16:20:55 +01:00
index.js
package.json Update dependency i18next to v22.4.9 2023-01-19 17:58:16 +00:00
README.md

i18n

i18n translations for Ghost

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests