We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081d54b commit 5d1466dCopy full SHA for 5d1466d
src/locales/en.ts
@@ -39,5 +39,5 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
39
cancelled: 'Cancelled',
40
operationSuccess: 'Operation successful',
41
failedToParseUpdateJson: 'Failed to parse file `update.json`. Try to remove it manually.',
42
- ppkPackageGenerated: 'ppk package generated and saved to: {{output}}',
+ ppkPackageGenerated: 'ppk package generated and saved to: {{- output}}',
43
};
src/locales/zh.ts
@@ -37,5 +37,5 @@ export default {
37
cancelled: '已取消',
38
operationSuccess: '操作成功',
failedToParseUpdateJson: '无法解析文件 `update.json`。请手动删除它。',
- ppkPackageGenerated: 'ppk 热更包已生成并保存到: {{output}}',
+ ppkPackageGenerated: 'ppk 热更包已生成并保存到: {{- output}}',
0 commit comments