1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 01:41:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update i18n strings to include whitespace control in ppkPackageGenerated messages for English and Chinese locales

This commit is contained in:
sunnylqm
2025-04-10 21:22:59 +08:00
parent 081d54ba63
commit 5d1466ddec
2 changed files with 2 additions and 2 deletions

View File

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

View File

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