translate eCommerce
Permalink
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
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
http://www.concrete5.org/community/forums/internationalization/germ...