Ghost/ghost/i18n
Daniel Lockyer 1811f96472
Updated list of locales
refs https://github.com/TryGhost/Team/issues/2795

- adds Korean, which I just merged
2023-05-25 10:00:27 +02:00
..
lib Updated list of locales 2023-05-25 10:00:27 +02:00
locales Added Korean translations (#16866) 2023-05-25 09:29:39 +02:00
test Removed test.json translations 2023-03-30 18:20:39 +02:00
.eslintrc.js
generate-context.js Added locales/context.json to help with translating 2023-03-23 16:29:59 +01:00
i18next-parser.config.js
index.js
package.json Update dependency i18next to v22.5.0 2023-05-22 13:51:24 +02: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