mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Make Google Play descriptions translable
This commit is contained in:
2
briar-android/.gitignore
vendored
2
briar-android/.gitignore
vendored
@@ -11,3 +11,5 @@ src/main/res/values-iw
|
|||||||
/fastlane/metadata/android/*/images
|
/fastlane/metadata/android/*/images
|
||||||
/fastlane/report.xml
|
/fastlane/report.xml
|
||||||
/fastlane/README.md
|
/fastlane/README.md
|
||||||
|
|
||||||
|
/fastlane/metadata/android/*/changelogs
|
||||||
@@ -9,3 +9,18 @@ source_lang = en
|
|||||||
type = ANDROID
|
type = ANDROID
|
||||||
minimum_perc = 80
|
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")
|
package_name("org.briarproject.briar.android")
|
||||||
|
|||||||
@@ -13,6 +13,8 @@
|
|||||||
# Uncomment the line if you want fastlane to automatically update itself
|
# Uncomment the line if you want fastlane to automatically update itself
|
||||||
# update_fastlane
|
# update_fastlane
|
||||||
|
|
||||||
|
opt_out_usage
|
||||||
|
|
||||||
default_platform(:android)
|
default_platform(:android)
|
||||||
|
|
||||||
platform :android do
|
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