Hi there,
For translating QACMS you should translate each QACMS's core-plugin. This process is just identical as any other Cake's plugin as described in the CookBook.
Each plugin has its own `/src/Locale/` directory, there you should place your ".po" translation files.
---
For instance, if you wish to translate the QACMS's core plugin "System" to Polish then you shoud:
1. Locate the "Locale" folder of this plugin, it should be at `ROOT\vendor\quickapps-plugins\system\src\Locale\`
2. Create the "pl" directory: \vendor\quickapps-plugins\system\src\Locale\pl\
3. Copy the file "\vendor\quickapps-plugins\system\src\Locale\system.pot" to "\vendor\quickapps-plugins\system\src\Locale\pl\system.po" (extension changed)
4. Use PoEdit or similar software to translate this new .po file
5. Go to QACMS and register the Polish language as in this picture:
PS: Remember to clear your temporary files after all this
---
Best Regards,
Chris