xgettext: warning: file ‘.ctp’ extension ‘ctp’ is unknown; will try C.
Need to force the PHP parser to be treated as text regardless of the extension.
Open Poedit’s preferences and navigating to the parsers section there. In the PHP parser under ?Parser command? set the command to be:
xgettext --language=PHP --force-po -o %o %C %K %F
REF:
G-ROC web applications
