summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2022-04-26 11:39:24 +0000
committerSam Whited <sam@samwhited.com>2022-04-26 11:39:24 +0000
commitc0903ce49a54e735765c110fe69e5c51103aba82 (patch)
tree87cedb0fd637e22892f26c2e63a230b2202b7d9e
parent6a359b11021ef270fda8ab2b4cb5331c15fa8cf0 (diff)
parent678314194b16ced0b4f47132df03a4a00ffc066c (diff)
Merge branch 'i10n' into 'main'
Update l10n urls after project merge See merge request leap/bitmask-vpn!157
-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:
```