Skip to content

Commit 234a839

Browse files
committed
Changed the language to en-US in project_config.rb
1 parent f234577 commit 234a839

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fastlane-config/project_config.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module ProjectConfig
7474
age_rating_config_path: "./fastlane/age_rating.json",
7575

7676
# Primary locale — must match App Store Connect primary language
77-
primary_locale: "en-GB",
77+
primary_locale: "en-US",
7878

7979
# Version configuration (fallback only - actual version read from version.txt)
8080
# The versionFile gradle task generates version.txt from project.version
@@ -163,7 +163,7 @@ module ProjectConfig
163163
privacy_policy_url: ENV['APP_PRIVACY_URL'] || "https://mifos.org/privacy",
164164
description: "Kotlin Multiplatform mobile application"
165165
},
166-
"en-GB" => {
166+
"en-US" => {
167167
feedback_email: ENV['BETA_FEEDBACK_EMAIL'] || "team@mifos.org",
168168
marketing_url: ENV['APP_MARKETING_URL'] || "https://mifos.org",
169169
privacy_policy_url: ENV['APP_PRIVACY_URL'] || "https://mifos.org/privacy",

0 commit comments

Comments
 (0)