mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Make Google Play descriptions translable
This commit is contained in:
4
briar-android/.gitignore
vendored
4
briar-android/.gitignore
vendored
@@ -10,4 +10,6 @@ src/main/res/values-iw
|
||||
/fastlane/metadata/android/screenshots.html
|
||||
/fastlane/metadata/android/*/images
|
||||
/fastlane/report.xml
|
||||
/fastlane/README.md
|
||||
/fastlane/README.md
|
||||
|
||||
/fastlane/metadata/android/*/changelogs
|
||||
@@ -9,3 +9,18 @@ source_lang = en
|
||||
type = ANDROID
|
||||
minimum_perc = 80
|
||||
|
||||
[briar.google-play-short-description]
|
||||
lang_map = de: de-DE
|
||||
file_filter = fastlane/metadata/android/<lang>/short_description.txt
|
||||
source_file = fastlane/metadata/android/en-US/short_description.txt
|
||||
source_lang = en_US
|
||||
type = TXT
|
||||
minimum_perc = 100
|
||||
|
||||
[briar.google-play-full-description]
|
||||
lang_map = de: de-DE
|
||||
file_filter = fastlane/metadata/android/<lang>/full_description.txt
|
||||
source_file = fastlane/metadata/android/en-US/full_description.txt
|
||||
source_lang = en_US
|
||||
type = TXT
|
||||
minimum_perc = 100
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
json_key_file("") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
|
||||
json_key_file(ENV["BRIAR_GOOGLE_PLAY_JSON_KEY_FILE"])
|
||||
package_name("org.briarproject.briar.android")
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
# Uncomment the line if you want fastlane to automatically update itself
|
||||
# update_fastlane
|
||||
|
||||
opt_out_usage
|
||||
|
||||
default_platform(:android)
|
||||
|
||||
platform :android do
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. Unlike traditional messaging apps, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices. If the internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance.
|
||||
@@ -0,0 +1 @@
|
||||
Secure messaging, anywhere.
|
||||
1
briar-android/fastlane/metadata/android/en-US/title.txt
Normal file
1
briar-android/fastlane/metadata/android/en-US/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
Briar
|
||||
1
briar-android/fastlane/metadata/android/en-US/video.txt
Normal file
1
briar-android/fastlane/metadata/android/en-US/video.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://www.youtube.com/watch?v=ark7Y4u__SM
|
||||
Reference in New Issue
Block a user