Ghost/ghost/i18n
2023-02-21 09:38:04 +01:00
..
lib Added yarn translate:portal command 2023-01-18 18:23:53 +01:00
locales Renamed yarn translate:portal to yarn translate:generate 2023-02-20 16:55:54 +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 Update dependency i18next-parser to v7.7.0 2023-02-21 09:38:04 +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