1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-18 02:16:11 +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:',