Ghost/ghost/i18n
Daniel Lockyer 1403849efe
Fixed i18n tests in CI
- bit of a mess but we run `test:unit` in CI and this needed to run
  `yarn translate` so i18next-parser can fail if the translations need
  updating (ie. fail tests)
2023-04-14 08:39:51 +01:00
..
lib Added support for new locales 2023-04-14 08:14:10 +01:00
locales Fixed indentation on Slovenian translations 2023-04-14 08:27:57 +01:00
test
.eslintrc.js
generate-context.js
i18next-parser.config.js
index.js
package.json Fixed i18n tests in CI 2023-04-14 08:39:51 +01: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