From 1c61ec1c8e110c395b6d7e09b2abaa57a1d42b41 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Tue, 11 Jul 2023 17:37:49 +0200 Subject: Add store listing data Pulling metadata from google play store, for use on f-droid. From now on, update strings as usual, transifex picks them pull changes from transifex, commit, push to google play. related to #9137 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e596b192..61384eb6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Please see the [issues](https://0xacab.org/leap/bitmask_android/issues) section * [Debug APKs](#debug-apks) * [Release APKs](#release-apks) * [Signed Release APKs](#signed-release-apks) + * [Localization](#localize) * [Supported Versions](#supported-versions) * [Acknowledgments](#acknowledgments) * [Contributing](#contributing) @@ -198,6 +199,10 @@ You can execute all unit tests from the command line with: ./gradlew testCustomProductionFatReleaseUnitTest testNormalProductionFatReleaseUnitTest ``` +## Localization and translate + +All the localizations happen in Transifex. How to generate, push, pull the translations are detailed in src/README.md + ## Supported Versions Currently API 16 (Android 4.1) - API 30 (Android 11) are officially supported. Keep backwards compatibility in mind if you plan to contribute new features. -- cgit v1.2.3