Skip to content

Commit d853918

Browse files
committed
Update i18n strings to include whitespace in total apps count for English and Chinese locales
1 parent c4a3449 commit d853918

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
@@ -29,7 +29,7 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
2929
appId: 'App ID',
3030
appName: 'App Name',
3131
platform: 'Platform',
32-
totalApps: 'Total {{count}} apps',
32+
totalApps: 'Total {{count}} {{platform}} apps',
3333
appNotSelected:
3434
'App not selected. run `cresc selectApp --platform {{platform}}` first!',
3535
enterAppIdQuestion: 'Enter AppId:',

src/locales/zh.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
appId: '应用 id',
2828
appName: '应用名称',
2929
platform: '平台',
30-
totalApps: '共 {{count}} 个{{platform}}应用',
30+
totalApps: '共 {{count}} 个 {{platform}} 应用',
3131
appNotSelected:
3232
'尚未选择应用。请先运行 `pushy selectApp --platform {{platform}}` 来选择应用',
3333
enterAppIdQuestion: '输入应用 id:',

0 commit comments

Comments
 (0)