Ghost/ghost/i18n
Daniel Lockyer 1f32a7be8a
Added CI test to ensure i18n strings are extracted out
refs https://github.com/TryGhost/Ghost/issues/15502

- this will test if we have strings that aren't present in the JSON
  files in CI, so we don't miss out on translations
2023-01-19 16:20:55 +01:00
..
lib Added yarn translate:portal command 2023-01-18 18:23:53 +01:00
locales Moved i18n translations into JSON files 2023-01-18 17:03:22 +01:00
test Added i18n package 2023-01-18 13:54:14 +01:00
.eslintrc.js Added i18n package 2023-01-18 13:54:14 +01:00
i18next-parser.config.js Added CI test to ensure i18n strings are extracted out 2023-01-19 16:20:55 +01:00
index.js Added i18n package 2023-01-18 13:54:14 +01:00
package.json Added CI test to ensure i18n strings are extracted out 2023-01-19 16:20:55 +01:00
README.md Added i18n package 2023-01-18 13:54:14 +01:00

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