summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2022-04-21 14:19:38 +0200
committerkwadronaut <kwadronaut@leap.se>2022-04-21 14:19:38 +0200
commit55f0dee77dd153abf4b04db9d11ef89d04bb8904 (patch)
tree4d3c808a5e58107a9e5395064b1b4fd0c62718cf
parent4f23849b79ec0801672ff593a15907a6b1505940 (diff)
Transifex changes, merging desktop and mobile
This changes the URL and user texts. Please do a dry-run before updating languages!
-rw-r--r--.tx/config6
-rw-r--r--README.md2
-rw-r--r--app/src/main/res/values/strings.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.tx/config b/.tx/config
index 736d0c15..e0328354 100644
--- a/.tx/config
+++ b/.tx/config
@@ -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
diff --git a/README.md b/README.md
index 4602a8ec..831b8065 100644
--- a/README.md
+++ b/README.md
@@ -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>