From f07c8fca645a0b763da56185f06ef6ec470fcb6f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 31 Mar 2015 16:41:56 +0300 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f080dc4c8b..a7c8bdc964 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,21 @@ You need to have nodejs and Grunt CLI installed. The build will be created in the `build` directory. +### How to make translation + +Build po file with command: +`node po.js en_EN` +(specify needed language instead of en_EN) + +After that tranlate 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 +2. Run `node lang.js en_EN` + +The files will be created in build directory. + ### License EspoCRM is published under the GNU GPLv3 [license](https://raw.githubusercontent.com/espocrm/espocrm/master/LICENSE.txt).