summaryrefslogtreecommitdiff
path: root/src/custom/fastlane/metadata/android/en-US
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@autistici.org>2024-03-01 00:57:49 +0000
committercyberta <cyberta@riseup.net>2024-03-01 00:57:49 +0000
commit8c7a5edb835663ddf57cf61b8f666413cbaaafda (patch)
tree206098b943930fe534fad68455999d63a8f54efa /src/custom/fastlane/metadata/android/en-US
parentdddd5217ebf4400ae237817de8bb0bbdba37da77 (diff)
Update l10n for app and app store meta data. Tweaks the tx config and the python script to pull all translations from Transifex and parse the meta data in a fastlane compatible format.
Diffstat (limited to 'src/custom/fastlane/metadata/android/en-US')
-rw-r--r--src/custom/fastlane/metadata/android/en-US/full_description.txt6
-rw-r--r--src/custom/fastlane/metadata/android/en-US/store-meta-en-US.json5
2 files changed, 6 insertions, 5 deletions
diff --git a/src/custom/fastlane/metadata/android/en-US/full_description.txt b/src/custom/fastlane/metadata/android/en-US/full_description.txt
index c4ba7305..b8fc10b2 100644
--- a/src/custom/fastlane/metadata/android/en-US/full_description.txt
+++ b/src/custom/fastlane/metadata/android/en-US/full_description.txt
@@ -1,7 +1,3 @@
RiseupVPN is an easy, fast, and secure VPN service from https://riseup.net. RiseupVPN does not require a user account, keep logs, or track you in any way. The service is paid for entirely by donations from users like you.
-https://riseup.net/vpn/donate
-
-It's developed by LEAP and the open source code can be explored here: https://0xacab.org/leap/bitmask_android
-
-Translations greatly appreciated at our Transifex project: Transifex project https://app.transifex.com/otf/bitmask/dashboard/ \ No newline at end of file
+https://riseup.net/vpn/donate \ No newline at end of file
diff --git a/src/custom/fastlane/metadata/android/en-US/store-meta-en-US.json b/src/custom/fastlane/metadata/android/en-US/store-meta-en-US.json
new file mode 100644
index 00000000..5d0a53ff
--- /dev/null
+++ b/src/custom/fastlane/metadata/android/en-US/store-meta-en-US.json
@@ -0,0 +1,5 @@
+{
+ "title": "RiseupVPN",
+ "full_description": "RiseupVPN is an easy, fast, and secure VPN service from https://riseup.net. RiseupVPN does not require a user account, keep logs, or track you in any way. The service is paid for entirely by donations from users like you.\n\nhttps://riseup.net/vpn/donate",
+ "short_description": "RiseupVPN, anonymous VPN. Powered by Bitmask."
+} \ No newline at end of file