dereuromark / cakephp-translate

A CakePHP plugin to manage translations of your static content the easy way via web backend.
MIT License
17 stars 3 forks source link

CakePHP Translate isnt finding POT/PO Files in src/Locale #17

Closed ahmedbodi closed 6 years ago

ahmedbodi commented 6 years ago

As subject

dereuromark commented 6 years ago

How do they look like, any specific naming? they should be able to be detected.

ahmedbodi commented 6 years ago

No errors, When doing the import terms it isnt finding the PO Files. When debugging, it appears as though the folder.read(true, true) is returning 2 null arrays for folder and files. The files are there and cakephp are able to use them.

dereuromark commented 6 years ago

Maybe the path is wrong, or permissions issues dont allow cake folder class to read them?

ahmedbodi commented 6 years ago

checked it all. The path was correct. As were permissions

dereuromark commented 6 years ago

Any idea what happened in your case?