diff options
-rw-r--r-- | .tx/config | 6 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -3,16 +3,16 @@ host = https://www.transifex.com lang_map = es_AR:es-rAR, fa_IR:fa-rIR, kn_IN:kn-rIN, pt_BR:pt-rBR, pt_PT:pt-rPT, zh_CN:zh-rCN, zh_TW:zh-rTW, nb:no -[bitmask-android.strings] +[bitmask.strings] file_filter = app/src/main/res/values-<lang>/strings.xml minimum_perc = 25 source_file = app/src/main/res/values/strings.xml source_lang = en type = ANDROID -[bitmask-android.riseupvpn] +[bitmask.riseupvpn] file_filter = app/src/custom/res/values-<lang>/strings.xml minimum_perc = 25 source_file = app/src/custom/res/values/strings.xml source_lang = en -type = ANDROID
\ No newline at end of file +type = ANDROID @@ -477,6 +477,6 @@ Please file bug tickets on our main [development platform](https://0xacab.org/le Please fork this repository and contribute back using [pull requests](https://0xacab.org/leap/bitmask_android/merge_requests). -Our preferred method for receiving translations is our [Transifex project](https://www.transifex.com/projects/p/bitmask-android). +Our preferred method for receiving translations is our [Transifex project](https://www.transifex.com/projects/p/bitmask). Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed. diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d1f03288..578cd396 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -3,7 +3,7 @@ <string name="retry">Retry</string> <string name="repository_url_text">Source code available at https://0xacab.org/leap/bitmask_android</string> <string name="leap_tracker">Issue tracker available at https://0xacab.org/leap/bitmask_android/issues</string> - <string name="translation_project_text">Translations welcome and appreciated. See our Transifex project at https://www.transifex.com/projects/p/bitmask-android/</string> + <string name="translation_project_text">Translations welcome and appreciated. See our Transifex project at https://www.transifex.com/projects/p/bitmask/</string> <string name="switch_provider_menu_option">Switch provider</string> <string name="info">info</string> <string name="show_connection_details">Show connection details</string> |