【发布时间】:2022-01-22 11:36:20
【问题描述】:
我想将一些 wordpress .po 语言文件转换为 .json 格式并使用 wp-cli 但 PO 文件转换为多个 json 文件但我需要单个 json 文件。
所以安装 po2json 使用:
npm install po2json
我收到此错误:
C:\Users\Mehdi\Desktop\po2json 1.0.0>po2json translation.po translation.json
'po2json' is not recognized as an internal or external command,
operable program or batch file.
谁能帮我轻松使用po2json?
【问题讨论】: