From 7537c6b0338e1a8544490c909b91f5c1093e816d Mon Sep 17 00:00:00 2001 From: Icaro Motta Date: Mon, 2 Dec 2024 21:49:46 -0300 Subject: [PATCH] chore: Use en-US as default locale for F-Droid (#21714) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In Google Play and App Store, it is desirable to use en-GB (English UK) as the default locale for legal reasons. We heard from F-Droid folks that en-GB is not as well supported as en-US https://github.com/status-im/status-mobile/issues/21665. In this PR we go back to en-US as the default locale in fastlane and update the text for English (UK) standards. Google Play and App Store shouldn’t be affected and will use en-GB as the default locale. Fixes https://github.com/status-im/status-mobile/issues/21665 --- .../android/{en-GB => en-US}/full_description.txt | 6 +++--- .../{en-GB => en-US}/images/featureGraphic.jpg | Bin .../android/{en-GB => en-US}/images/icon.png | Bin .../{en-GB => en-US}/images/phoneScreenshots/1.png | Bin .../{en-GB => en-US}/images/phoneScreenshots/2.png | Bin .../{en-GB => en-US}/images/phoneScreenshots/3.png | Bin .../{en-GB => en-US}/images/phoneScreenshots/4.png | Bin .../{en-GB => en-US}/images/phoneScreenshots/5.png | Bin .../{en-GB => en-US}/images/phoneScreenshots/6.png | Bin .../android/{en-GB => en-US}/short_description.txt | 0 .../metadata/android/{en-GB => en-US}/title.txt | 0 11 files changed, 3 insertions(+), 3 deletions(-) rename fastlane/metadata/android/{en-GB => en-US}/full_description.txt (78%) rename fastlane/metadata/android/{en-GB => en-US}/images/featureGraphic.jpg (100%) rename fastlane/metadata/android/{en-GB => en-US}/images/icon.png (100%) rename fastlane/metadata/android/{en-GB => en-US}/images/phoneScreenshots/1.png (100%) rename fastlane/metadata/android/{en-GB => en-US}/images/phoneScreenshots/2.png (100%) rename fastlane/metadata/android/{en-GB => en-US}/images/phoneScreenshots/3.png (100%) rename fastlane/metadata/android/{en-GB => en-US}/images/phoneScreenshots/4.png (100%) rename fastlane/metadata/android/{en-GB => en-US}/images/phoneScreenshots/5.png (100%) rename fastlane/metadata/android/{en-GB => en-US}/images/phoneScreenshots/6.png (100%) rename fastlane/metadata/android/{en-GB => en-US}/short_description.txt (100%) rename fastlane/metadata/android/{en-GB => en-US}/title.txt (100%) diff --git a/fastlane/metadata/android/en-GB/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt similarity index 78% rename from fastlane/metadata/android/en-GB/full_description.txt rename to fastlane/metadata/android/en-US/full_description.txt index e30bdaaedc..5c7318d92a 100644 --- a/fastlane/metadata/android/en-GB/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -6,13 +6,13 @@ SECURE ETHEREUM WALLET The Status crypto wallet allows you to securely send, store, and exchange Ethereum assets such as ETH, SNT, stable coins such as DAI, as well as collectibles. Confidently take control of your cryptocurrency and digital assets with our multichain Ethereum wallet app, supporting mainnet, Arbitrum, and Optimism. The Status blockchain wallet currently only supports ETH, ERC-20, ERC-721, and ERC-1155 assets; it does not support Bitcoin. PRIVATE MESSENGER -Send private 1:1 and private group chats without anyone snooping on your communications. Status is a messenger app that eliminates centralised message relays for greater privacy and secure messaging. All messages are encrypted with end-to-end encryption. Additionally, no message exposes who the author or the intended recipient is, so nobody, not even Status, knows who is talking to who or what was said. +Send private 1:1 and private group chats without anyone snooping on your communications. Status is a messenger app that eliminates centralized message relays for greater privacy and secure messaging. All messages are encrypted with end-to-end encryption. Additionally, no message exposes who the author or the intended recipient is, so nobody, not even Status, knows who is talking to who or what was said. EARN WITH DEFI -Put your crypto to work with the latest decentralised finance apps and decentralised exchanges (DEX) such as Maker, Aave, Uniswap, Synthetix, PoolTogether, Zerion, Kyber, and more. +Put your crypto to work with the latest decentralized finance apps and decentralized exchanges (DEX) such as Maker, Aave, Uniswap, Synthetix, PoolTogether, Zerion, Kyber, and more. CONNECT WITH YOUR COMMUNITY -Explore, connect, and chat with your favourite communities and friends. Whether it is a small group of friends, an artist collective, crypto traders, or the next big organization - text and communicate with Status communities. +Explore, connect, and chat with your favorite communities and friends. Whether it is a small group of friends, an artist collective, crypto traders, or the next big organization - text and communicate with Status communities. PRIVATE ACCOUNT CREATION Stay private with pseudo-anonymous account creation. When creating your free account, you will NEVER have to enter a phone number, email address, or bank account. Your wallet private keys are locally generated and securely stored to ensure only you have access to your funds and financial transactions. diff --git a/fastlane/metadata/android/en-GB/images/featureGraphic.jpg b/fastlane/metadata/android/en-US/images/featureGraphic.jpg similarity index 100% rename from fastlane/metadata/android/en-GB/images/featureGraphic.jpg rename to fastlane/metadata/android/en-US/images/featureGraphic.jpg diff --git a/fastlane/metadata/android/en-GB/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png similarity index 100% rename from fastlane/metadata/android/en-GB/images/icon.png rename to fastlane/metadata/android/en-US/images/icon.png diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png similarity index 100% rename from fastlane/metadata/android/en-GB/images/phoneScreenshots/1.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/1.png diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png similarity index 100% rename from fastlane/metadata/android/en-GB/images/phoneScreenshots/2.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/2.png diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png similarity index 100% rename from fastlane/metadata/android/en-GB/images/phoneScreenshots/3.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/3.png diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png similarity index 100% rename from fastlane/metadata/android/en-GB/images/phoneScreenshots/4.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/4.png diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/5.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png similarity index 100% rename from fastlane/metadata/android/en-GB/images/phoneScreenshots/5.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/5.png diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/6.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png similarity index 100% rename from fastlane/metadata/android/en-GB/images/phoneScreenshots/6.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/6.png diff --git a/fastlane/metadata/android/en-GB/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt similarity index 100% rename from fastlane/metadata/android/en-GB/short_description.txt rename to fastlane/metadata/android/en-US/short_description.txt diff --git a/fastlane/metadata/android/en-GB/title.txt b/fastlane/metadata/android/en-US/title.txt similarity index 100% rename from fastlane/metadata/android/en-GB/title.txt rename to fastlane/metadata/android/en-US/title.txt