summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2022-04-22 06:13:21 +0200
committerkwadronaut <kwadronaut@leap.se>2022-04-22 06:13:21 +0200
commit678314194b16ced0b4f47132df03a4a00ffc066c (patch)
tree87cedb0fd637e22892f26c2e63a230b2202b7d9e
parent6a359b11021ef270fda8ab2b4cb5331c15fa8cf0 (diff)
Update l10n urls after project merge
It changes the transifex urls that are used for localization, updates to related documentation as well. Related: #614
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--docs/i18n-howto.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2ef58da..5d20832 100644
--- a/Makefile
+++ b/Makefile
@@ -448,4 +448,4 @@ generate_locales:
@lupdate bitmask.pro
get_%:
- @curl -L -X GET --user "api:${API_TOKEN}" "https://www.transifex.com/api/2/project/bitmask/resource/bitmask-vpn/translation/${subst -,_,$*}/?file" > gui/i18n/main_$*.ts
+ @curl -L -X GET --user "api:${API_TOKEN}" "https://www.transifex.com/api/2/project/bitmask/resource/bitmask-desktop/translation/${subst -,_,$*}/?file" > gui/i18n/main_$*.ts
diff --git a/README.md b/README.md
index e6b75ea..d108e9f 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ To run tests:
Translations
------------
-We use [transifex](https://www.transifex.com/otf/bitmask/RiseupVPN/) to coordinate translations. Any help is welcome!
+We use [transifex](https://www.transifex.com/otf/bitmask/bitmask-desktop/) to coordinate translations. Any help is welcome!
Bugs? Crashes? UI feedback? Any other suggestions or complains?
diff --git a/docs/i18n-howto.rst b/docs/i18n-howto.rst
index 9650054..ec53f95 100644
--- a/docs/i18n-howto.rst
+++ b/docs/i18n-howto.rst
@@ -3,7 +3,7 @@ Howto i18n
The translations are done in transifex. To help us contribute your translations there and/or review the existing
ones:
-https://www.transifex.com/otf/bitmask/bitmask-vpn/
+https://www.transifex.com/otf/bitmask/bitmask-desktop/
When a string has being modified you need to regenerate the locales:
```