translate eCommerce

Hello Everyone
I am trying to translate the package eCommerce to german as described here:http://www.concrete5.org/documentation/developers/system/localizati...

i am on mac os x in terminal. cd to the root project folder, then tried this:

raphiilap:~ raphii$ find packages/core_commerce/ -iname '*.php' -exec xgettext --default-domain=messages --keyword=t -l PHP -p messages.po -j {} \;

but getting the error (for every php file found once):
find: xgettext: No such file or directory

could it have to do with what i put between "-p" and "-j"

or do does that mean i don't have gettext installed? how do i check?

help would be much appreaciated.
Raphael
View Replies: View Best Answer
synlag replied on at Best Answer Reply
synlag
raphii replied on at Reply
Thanks a lot, saved me 3 days of work :)