summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2023-08-01 12:19:53 +0000
committercyberta <cyberta@riseup.net>2023-08-01 12:19:53 +0000
commit0f8784ecc74275e191d6a211267cbb7a13810d1a (patch)
tree90aae58fe59b88f651b07255b0c691dc0593c0b9 /README.md
parenta27fc2100f1aa826843c3fd61313d3e5858c23ca (diff)
parent13fb934130f71ba53f3ea2dce21e8886e539878c (diff)
Merge branch 'appstore-meta' into 'master'
Add store listing data See merge request leap/bitmask_android!250
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.