Ghost/ghost/i18n
Daniel Lockyer 2804445d41
Fixed returning key when value is empty string
refs https://github.com/TryGhost/Ghost/issues/15502

- in the event the value is an empty string, we want to return the key
- this config option enables that
2023-02-27 13:18:55 +01:00
..
lib Fixed returning key when value is empty string 2023-02-27 13:18:55 +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 jsdoc annotations for i18next-parser config type 2023-02-27 11:29:56 +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