mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
c292a5a110
no ref - [x] Created a new folder `ne` based on locale code for Nepali locale inside `ghost/i18n/locales/` - [x] Cloned 6 new JSON files pertaining to `en` folder from English locale. - [x] Added all field translations from English to Nepali for `ghost.json` file. - [x] Added all field translations from English to Nepali for `search.json` file. - [x] Added all field translations from English to Nepali for `signup-form.json` file. - [ ] TODO: Remaining 3 other files viz. `comments`, `newsletter`, and `portal`. "Thank you for creating Ghost and making it open source.": "Ghost सिर्जना गरेर यसलाई ओपन सोर्स बनाउनु भएकोमा धन्यवाद।" |
||
---|---|---|
.. | ||
lib | ||
locales | ||
test | ||
.eslintrc.js | ||
generate-context.js | ||
i18next-parser.config.js | ||
index.js | ||
package.json | ||
README.md |
i18n
i18n translations for Ghost
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests