diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |