Skip to content

Commit 2bddb2b

Browse files
graycreateclaude
andcommitted
fix: change Chinese comments to English in Fastfile
- Updated all Chinese comments to English - Fixed beta app description to English - Fixed notes in beta_app_review_info to English - Maintains consistency with English codebase 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 85a753b commit 2bddb2b

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ Currently contains only boilerplate test setup.
105105
- Supported architectures: armv7, arm64
106106
- Orientation: Portrait only on iPhone, all orientations on iPad
107107
- UI Style: Light mode enforced
108-
- Website submodule: Located at `website/` (separate repository)
108+
- Website submodule: Located at `website/` (separate repository)
109+
- create PR should always use english

fastlane/Fastfile

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ platform :ios do
7878
api_key: api_key,
7979
app_identifier: "v2er.app",
8080
skip_submission: false,
81-
distribute_external: true, # 发布到外部测试者(公测)
82-
groups: ["Public Beta", "External Testers", "Beta Testers"], # 公测群组
83-
notify_external_testers: true, # 发送邮件通知
81+
distribute_external: true, # Distribute to external testers (public beta)
82+
groups: ["Public Beta", "External Testers", "Beta Testers"], # Public beta groups
83+
notify_external_testers: true, # Send email notifications
8484
uses_non_exempt_encryption: false,
85-
submit_beta_review: true, # 自动提交Beta审核
85+
submit_beta_review: true, # Automatically submit for Beta review
8686
wait_for_uploaded_build: true,
87-
beta_app_description: "V2er 是一个优雅的 V2EX 第三方客户端",
87+
beta_app_description: "V2er is an elegant third-party client for V2EX forum",
8888
beta_app_feedback_email: "support@v2er.app",
8989
demo_account_required: false,
9090
beta_app_review_info: {
@@ -94,7 +94,7 @@ platform :ios do
9494
contact_phone: "+86 1234567890",
9595
demo_account_name: "",
9696
demo_account_password: "",
97-
notes: "这是一个 V2EX 论坛的第三方客户端应用,测试不需要特殊账号。"
97+
notes: "This is a third-party client app for V2EX forum. No special account needed for testing."
9898
}
9999
)
100100

@@ -163,24 +163,24 @@ platform :ios do
163163
skip_waiting_for_build_processing: false, # Wait for processing before distribution
164164
wait_processing_interval: 30, # Check every 30 seconds
165165
wait_processing_timeout_duration: 900, # Wait up to 15 minutes for processing
166-
distribute_external: true, # 发布到外部测试者(公测)
166+
distribute_external: true, # Distribute to external testers (public beta)
167167
distribute_only: false, # Upload and distribute in one action
168-
groups: ["Public Beta", "External Testers", "Beta Testers"], # 公测群组
168+
groups: ["Public Beta", "External Testers", "Beta Testers"], # Public beta groups
169169
changelog: "Bug fixes and improvements",
170-
notify_external_testers: true, # 发送邮件通知给外部测试者
170+
notify_external_testers: true, # Send email notifications to external testers
171171
uses_non_exempt_encryption: false, # Required for automatic distribution
172-
submit_beta_review: true, # 自动提交Beta审核
173-
beta_app_description: "V2er 是一个优雅的 V2EX 第三方客户端",
172+
submit_beta_review: true, # Automatically submit for Beta review
173+
beta_app_description: "V2er is an elegant third-party client for V2EX forum",
174174
beta_app_feedback_email: "support@v2er.app",
175-
demo_account_required: false, # 不需要演示账号
175+
demo_account_required: false, # No demo account required
176176
beta_app_review_info: {
177177
contact_email: "support@v2er.app",
178178
contact_first_name: "V2er",
179179
contact_last_name: "Support",
180180
contact_phone: "+86 1234567890",
181181
demo_account_name: "",
182182
demo_account_password: "",
183-
notes: "这是一个 V2EX 论坛的第三方客户端应用,测试不需要特殊账号。"
183+
notes: "This is a third-party client app for V2EX forum. No special account needed for testing."
184184
}
185185
)
186186

0 commit comments

Comments
 (0)