diff options
| author | cyberta <cyberta@riseup.net> | 2026-07-03 16:09:26 +0200 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2026-07-03 16:09:26 +0200 |
| commit | 5460507d294ae3888bfa5d0990b08d3545a2a715 (patch) | |
| tree | a558ed561953c7905c815632a2245505f0773fa0 | |
| parent | 949b5137ded571f92ab470882b0dae8fa8d993f4 (diff) | |
ensure that english meta translations are always moved to the default lang directory en-US
7 files changed, 10 insertions, 19 deletions
diff --git a/scripts/pull_metadata.sh b/scripts/pull_metadata.sh index 50b9e301..0d6d0e1f 100755 --- a/scripts/pull_metadata.sh +++ b/scripts/pull_metadata.sh @@ -38,6 +38,12 @@ for json in $SRC_GLOB; do [ -e "$json" ] || break lang="$(basename "$json" .json)" echo "updating meta data for language $lang" + + if [ ${lang} == "en" ]; then + echo "moving default english localizations (en) to $OUT_BASE/en-US" + lang="en-US" + fi + out_dir="$OUT_BASE/$lang" mkdir -p "$out_dir" diff --git a/src/normalProductionFat/fastlane/metadata/android/en-US/full_description.txt b/src/normalProductionFat/fastlane/metadata/android/en-US/full_description.txt index 2fcf278a..0f4e2500 100644 --- a/src/normalProductionFat/fastlane/metadata/android/en-US/full_description.txt +++ b/src/normalProductionFat/fastlane/metadata/android/en-US/full_description.txt @@ -7,6 +7,6 @@ Bitmask is open source VPN client, distributed under the GPLv3 license. See http FAQ: * who: leap.se, a collective that loves the concept of the right to whisper, around since 2011. -* Translations greatly appreciated at our Transifex project https://app.transifex.com/otf/bitmask/dashboard/ +* Translations greatly appreciated at our Weblate project https://localizationlab.weblate.cloud/projects/bitmask/ -If you experience problems or want to have bleeding edge versions, please join our chat https://matrix.to/#/#leap:libera.chat or write a bug report: https://0xacab.org/leap/bitmask_android/
\ No newline at end of file +If you experience problems or want to have bleeding edge versions, please join our chat via matrix: https://matrix.to/#/#leap:systemli.org write a bug report: https://0xacab.org/leap/bitmask_android/ diff --git a/src/normalProductionFat/fastlane/metadata/android/en-US/short_description.txt b/src/normalProductionFat/fastlane/metadata/android/en-US/short_description.txt index 6f481599..6fd59e66 100644 --- a/src/normalProductionFat/fastlane/metadata/android/en-US/short_description.txt +++ b/src/normalProductionFat/fastlane/metadata/android/en-US/short_description.txt @@ -1,2 +1,2 @@ Encrypted communication for mere mortals -(superheroes welcome, too).
\ No newline at end of file +(superheroes welcome, too). diff --git a/src/normalProductionFat/fastlane/metadata/android/en-US/title.txt b/src/normalProductionFat/fastlane/metadata/android/en-US/title.txt index a953d6a6..bf459a13 100644 --- a/src/normalProductionFat/fastlane/metadata/android/en-US/title.txt +++ b/src/normalProductionFat/fastlane/metadata/android/en-US/title.txt @@ -1 +1 @@ -Bitmask
\ No newline at end of file +Bitmask diff --git a/src/normalProductionFat/fastlane/metadata/android/en/full_description.txt b/src/normalProductionFat/fastlane/metadata/android/en/full_description.txt deleted file mode 100644 index 0f4e2500..00000000 --- a/src/normalProductionFat/fastlane/metadata/android/en/full_description.txt +++ /dev/null @@ -1,12 +0,0 @@ -Bitmask is a VPN client with automatic configuration. It has several techniques on board to circumvent censorship, network blocking or avoid surveillance. After choosing a compatible service provider it will encrypt and route securely all your network traffic through your trusted service provider. - -And you're good to go! - -Bitmask is open source VPN client, distributed under the GPLv3 license. See https://0xacab.org/leap/bitmask_android - -FAQ: - -* who: leap.se, a collective that loves the concept of the right to whisper, around since 2011. -* Translations greatly appreciated at our Weblate project https://localizationlab.weblate.cloud/projects/bitmask/ - -If you experience problems or want to have bleeding edge versions, please join our chat via matrix: https://matrix.to/#/#leap:systemli.org write a bug report: https://0xacab.org/leap/bitmask_android/ diff --git a/src/normalProductionFat/fastlane/metadata/android/en/short_description.txt b/src/normalProductionFat/fastlane/metadata/android/en/short_description.txt deleted file mode 100644 index 6fd59e66..00000000 --- a/src/normalProductionFat/fastlane/metadata/android/en/short_description.txt +++ /dev/null @@ -1,2 +0,0 @@ -Encrypted communication for mere mortals -(superheroes welcome, too). diff --git a/src/normalProductionFat/fastlane/metadata/android/en/title.txt b/src/normalProductionFat/fastlane/metadata/android/en/title.txt deleted file mode 100644 index bf459a13..00000000 --- a/src/normalProductionFat/fastlane/metadata/android/en/title.txt +++ /dev/null @@ -1 +0,0 @@ -Bitmask |
