File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments