在Mac OS X终端上使用Brew gettext

时间:2013-09-19 14:58:31

标签: php macos gettext

我用brew安装了gettext,gettext的路径是

/usr/local/Cellar/gettext/0.18.3.1/bin

我的PHP项目位于/Applications/XAMPP/xamppfiles/htdocs/projectMine

我要翻译的文件位于/Applications/XAMPP/xamppfiles/htdochs/projectMine/public_html

当我现在在bin文件夹中输入

./gettext /Applications/XAMPP/xamppfiles/htdocs/projectMine/public_html

我也在这里试过这个,但这似乎也不起作用。

/usr/local/Cellar/gettext/0.18.3.1/bin/gettext -n /Applications/PATHTOFOLDER

但这没有任何结果。实现这一目标的确切命令是什么?我是Mac和终端的新手,因为我通常是Windows用户。

1 个答案:

答案 0 :(得分:0)

这就是我修复它的方法。我导航到文件夹,我希望我的php文件被扫描为语言文件,并将其输入到终端

 /usr/local/Cellar/gettext/0.18.3.1/bin/xgettext -n *.php