Ghost/ghost/i18n
Daniel Lockyer 2cf161168b
Added yarn translate:portal command
refs https://github.com/TryGhost/Ghost/issues/15502

- the amazing `i18next-parser` dependency will extract our translated
  strings from Portal and dump them into locale files, so we never have
  to add them manually
2023-01-18 18:23:53 +01:00
..
lib Added yarn translate:portal command 2023-01-18 18:23:53 +01:00
locales
test
.eslintrc.js
i18next-parser.config.js Added yarn translate:portal command 2023-01-18 18:23:53 +01:00
index.js
package.json Added yarn translate:portal command 2023-01-18 18:23:53 +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