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 in total apps count for English and Chinese locales

This commit is contained in:
sunnylqm
2025-04-12 00:38:04 +08:00
parent c4a34490e3
commit d853918d8d
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
appId: 'App ID',
appName: 'App Name',
platform: 'Platform',
totalApps: 'Total {{count}} apps',
totalApps: 'Total {{count}} {{platform}} apps',
appNotSelected:
'App not selected. run `cresc selectApp --platform {{platform}}` first!',
enterAppIdQuestion: 'Enter AppId:',

View File

@@ -27,7 +27,7 @@ export default {
appId: '应用 id',
appName: '应用名称',
platform: '平台',
totalApps: '共 {{count}} 个{{platform}}应用',
totalApps: '共 {{count}} 个 {{platform}} 应用',
appNotSelected:
'尚未选择应用。请先运行 `pushy selectApp --platform {{platform}}` 来选择应用',
enterAppIdQuestion: '输入应用 id:',