Skip to content

Commit 5d1466d

Browse files
committed
Update i18n strings to include whitespace control in ppkPackageGenerated messages for English and Chinese locales
1 parent 081d54b commit 5d1466d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/locales/en.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
3939
cancelled: 'Cancelled',
4040
operationSuccess: 'Operation successful',
4141
failedToParseUpdateJson: 'Failed to parse file `update.json`. Try to remove it manually.',
42-
ppkPackageGenerated: 'ppk package generated and saved to: {{output}}',
42+
ppkPackageGenerated: 'ppk package generated and saved to: {{- output}}',
4343
};

src/locales/zh.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ export default {
3737
cancelled: '已取消',
3838
operationSuccess: '操作成功',
3939
failedToParseUpdateJson: '无法解析文件 `update.json`。请手动删除它。',
40-
ppkPackageGenerated: 'ppk 热更包已生成并保存到: {{output}}',
40+
ppkPackageGenerated: 'ppk 热更包已生成并保存到: {{- output}}',
4141
};

0 commit comments

Comments
 (0)