Hi,
I've followed the instructions in README.md to update the italian translation file:
- I have lang.js and po.js in the root of espocrm sources
- I install pofile: npm install pofile
- I run: mkdir build/ followed by: node po.js it_IT
- I update build/espocrm-it_IT.po
- I run: node lang.js it_IT
After this, I go to Administration and click on "Empty Cache" and "Rebuild"
Just to be sure, I also clean the browser cache.
However I still see the old italian translation. What am I missing?
Help appreciated,
I've followed the instructions in README.md to update the italian translation file:
- I have lang.js and po.js in the root of espocrm sources
- I install pofile: npm install pofile
- I run: mkdir build/ followed by: node po.js it_IT
- I update build/espocrm-it_IT.po
- I run: node lang.js it_IT
After this, I go to Administration and click on "Empty Cache" and "Rebuild"
Just to be sure, I also clean the browser cache.
However I still see the old italian translation. What am I missing?
Help appreciated,
Comment