我正在尝试使用 twigi18
扩展名提取 PO 文件。按照本教程http://twig.sensiolabs.org/doc/extensions/i18n.html我尝试翻译我的网站。
问题是当我在终端调用时尝试提取翻译:
root@debian:/var/www/html# xgettext --default-domain=messages -p ./locale --from-code=UTF-8 -n --omit-header -L PHP ./cache/*.php
xgettext: error while opening "./cache/*.php" for reading: No such file or directory
Checkig$ xgettext --help
我没有看到-R
递归搜索