diff --git a/README.md b/README.md index aabbe5d1ef..2b9e10305a 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,14 @@ Build po file with command: `node po.js en_EN` (specify needed language instead of en_EN) -After that tranlate the generated po file. +After that translate the generated po file. Build json files from the translated po file: -1. Put your po file espocrm-en_EN.po to the `build` directory +1. Put your po file espocrm-en_EN.po into `build` directory 2. Run `node lang.js en_EN` -The files will be created in build directory. +Json files will be created in build directory grouped by folders. ### License