文件为空或使用 drush locale:import 命令找不到

File empty or not found with drush locale:import command

我在使用命令 drush locale:import 时遇到一些问题。我可以使用 locale:export 导出文件,但它不适用于导入(修改了同一文件)。我一定是做错了什么,但是什么?

使用此命令行:

drush locale:import fr ./path/to/file/drupal.pot --type=customized --override=all

我总是收到这条消息:

File drupal.pot not found or empty.

我尝试了很多不同的路径都没有成功。通过 BO 导入文件非常有效,文件没有损坏。

编辑:.pot 显示没有错误但不起作用,我们只能使用 .po。

尝试使用绝对路径 示例:

drush locale:import fr /var/www/project/file/drupal.pot --type=customized --override=all