Ghost/ghost/i18n
Daniel Lockyer 21ea426794 Added i18n service to Ghost core
refs https://github.com/TryGhost/Ghost/issues/15502

- this adds the scaffolding for enabling i18n translations within Ghost
  core
- also adds `yarn translate:ghost` as an option to the `i18n` package
- the locale is currently hardcoded to `en` so we don't utilize the
  translations until we're ready
2023-03-16 14:50:50 +01:00
..
lib Added i18n service to Ghost core 2023-03-16 14:50:50 +01:00
locales Added i18n service to Ghost core 2023-03-16 14:50:50 +01:00
test Added support for namespaces to i18n package 2023-03-01 10:24:08 +01:00
.eslintrc.js Added i18n package 2023-01-18 13:54:14 +01:00
i18next-parser.config.js Added support for namespaces to i18n package 2023-03-01 10:24:08 +01:00
index.js Added i18n package 2023-01-18 13:54:14 +01:00
package.json Added i18n service to Ghost core 2023-03-16 14:50:50 +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