summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@autistici.org>2023-07-11 17:37:49 +0200
committerkwadronaut <kwadronaut@autistici.org>2023-07-11 17:37:49 +0200
commit1c61ec1c8e110c395b6d7e09b2abaa57a1d42b41 (patch)
tree1540cfcd90090417cbf65d2164b6bbf4619db330 /README.md
parent827999508878b319af3201bdc271521dcbbeaea2 (diff)
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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 <a name="Localization"></a>
+
+All the localizations happen in Transifex. How to generate, push, pull the translations are detailed in src/README.md
+
## Supported Versions <a name="supported-versions"></a>
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.