[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit 00ec47a78854df5ecd86503c5e3b1542845362e6 Author: Translation commit bot Date: Thu Oct 31 05:53:39 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+tr.po | 42 ++ 1 file changed, 38 insertions(+), 4

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit 801960c21ce77b7fab64e2155f977b1cf2710733 Author: Translation commit bot Date: Thu Oct 31 05:24:13 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+tr.po | 1 + 1 file changed, 1 insertion(+) diff --git a/contents+tr.po b/contents+tr.po

[tor-commits] [tor/master] scripts/git: Restore a dropped check for pre-commit in pre-push

2019-10-30 Thread teor
commit e046903f9360b0b0553a4e281fd1104eab4df93b Author: teor Date: Thu Oct 31 14:51:31 2019 +1000 scripts/git: Restore a dropped check for pre-commit in pre-push Bugfix on 31919; not in any released version of Tor. --- scripts/git/pre-push.git-hook | 60 +++

[tor-commits] [tor/master] scripts/git: Print the correct path in git-setup-dirs.sh

2019-10-30 Thread teor
commit 7e73c0d5a1f87d610e8348a5cbc25ca1bbc85b35 Author: teor Date: Thu Oct 31 14:39:49 2019 +1000 scripts/git: Print the correct path in git-setup-dirs.sh --- scripts/git/git-setup-dirs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git/git-setup-dirs.sh b/s

[tor-commits] [tor/master] scripts/git: Don't use spaces in git URLs

2019-10-30 Thread teor
commit cb7340abf1c6ca182d95be2f2cf6aa210d1aadc2 Author: teor Date: Thu Oct 31 13:56:59 2019 +1000 scripts/git: Don't use spaces in git URLs --- scripts/git/git-setup-dirs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git/git-setup-dirs.sh b/scripts/git/git-

[tor-commits] [tor/master] doc: Add defaults for some transport options

2019-10-30 Thread teor
commit 40e75bc3e172a38ab0a3b7747b11c8838e22a268 Author: teor Date: Thu Oct 31 11:27:26 2019 +1000 doc: Add defaults for some transport options --- doc/tor.1.txt | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index d5297f77c..5e

[tor-commits] [tor/master] config: Improve some function comments

2019-10-30 Thread teor
commit a18e84ad01e3e0b5fa68d897b385f7d10cdfb97a Author: teor Date: Thu Oct 31 11:11:51 2019 +1000 config: Improve some function comments --- src/app/config/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/config/config.c b/src/app/config/config.c ind

[tor-commits] [tor/master] config: Give warn_about_relative_paths() const args

2019-10-30 Thread teor
commit 4666ca73a1af2d60398f2a08d9110f42a6a37e1b Author: teor Date: Wed Oct 30 16:26:37 2019 +1000 config: Give warn_about_relative_paths() const args Also gives make_path_absolute() const args. Obviously correct fixes to already reviewed code. --- src/app/config/config.c

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2019-10-30 Thread translation
commit 46aa70415cd04c5af8f9df2ad3969b3d7428c1a2 Author: Translation commit bot Date: Wed Oct 30 22:15:38 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/it/LC_MESSAGES/messages.po | 45 ++- 1 file ch

[tor-commits] [translation/donatepages-messagespot_completed] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed

2019-10-30 Thread translation
commit f58c90ef96f188a23b36a11f97b16f4289737338 Author: Translation commit bot Date: Wed Oct 30 21:15:46 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot_completed --- locale/fr/LC_MESSAGES/messages.po | 2 +- 1 file changed, 1 insertion(+), 1 del

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2019-10-30 Thread translation
commit cb7fcb7129af90d98657ec14c8fc12519aace0a4 Author: Translation commit bot Date: Wed Oct 30 21:15:39 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1485'

2019-10-30 Thread nickm
commit a6ad26fd5fdfcad209d8263b4ea2a83b4a44c296 Merge: 5a1dfca07 cfc60e566 Author: Nick Mathewson Date: Wed Oct 30 16:16:12 2019 -0400 Merge remote-tracking branch 'tor-github/pr/1485' src/core/or/circuit_st.h | 5 + src/core/or/circuitlist.c | 6 ++ src/core/or/circuitlist.h | 6

[tor-commits] [tor/master] circ: Add an handle to circuit_t

2019-10-30 Thread nickm
commit cfc60e566cf4100400a8a411faccc9744c07cc8b Author: David Goulet Date: Wed Oct 30 11:44:50 2019 -0400 circ: Add an handle to circuit_t Closes #32343 Signed-off-by: David Goulet --- src/core/or/circuit_st.h | 5 + src/core/or/circuitlist.c | 6 ++ src/core/or

[tor-commits] [tor/master] Fix 32167: comment in config.c

2019-10-30 Thread nickm
commit 5a1dfca071720ea512796d50ebb0b83630906cb4 Author: Nick Mathewson Date: Wed Oct 30 16:05:12 2019 -0400 Fix 32167: comment in config.c --- src/app/config/config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/config/config.c b/src/app/config/config.c ind

[tor-commits] [translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage

2019-10-30 Thread translation
commit b936f47025d7f96777df9873902e69fe994f0704 Author: Translation commit bot Date: Wed Oct 30 19:45:05 2019 + https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage --- mk/aboutTor.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/aboutTor.

[tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed

2019-10-30 Thread translation
commit cd9d7566e7e3d5b12299ae0ca334e0b4ad37f9bf Author: Translation commit bot Date: Wed Oct 30 19:45:12 2019 + https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed --- mk/aboutTor.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --g

[tor-commits] [community/master] Improve docker setup instructions.

2019-10-30 Thread phw
commit bfe821bc6466793d8cffdec579b43df219dd28e5 Author: Philipp Winter Date: Wed Oct 30 12:35:29 2019 -0700 Improve docker setup instructions. This partially fixes: --- .../technical-setup/bridge/docker/contents.lr | 50 +++-

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit a8b879c26750e21dee38b8c7454490b5e56a1633 Author: Translation commit bot Date: Wed Oct 30 19:23:10 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+tr.po | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/cont

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit efaaf41295d0edb653993665eabb2d16261c0bec Author: Translation commit bot Date: Wed Oct 30 18:53:38 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+tr.po | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2019-10-30 Thread translation
commit c60c4e7aa0488766b3e94799466b63528d39e27a Author: Translation commit bot Date: Wed Oct 30 18:45:48 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/it/LC_MESSAGES/messages.po | 16 +++- 1 file changed, 11 insertions(+)

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit 2992065b32a246ed888e5b8bb3f1950fa51c0763 Author: Translation commit bot Date: Wed Oct 30 18:23:09 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+pt-BR.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents+

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit cdefb720bbdc157c36a733024797cfae3f7ecae6 Author: Translation commit bot Date: Wed Oct 30 17:53:56 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+pt-BR.po | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git

[tor-commits] [translation/tbmanual-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed

2019-10-30 Thread translation
commit 8f8bac563743171cdc4baf8d727adc7a111e0e4a Author: Translation commit bot Date: Wed Oct 30 16:50:13 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot_completed --- contents+pt-BR.po | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --

[tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot

2019-10-30 Thread translation
commit d6b816b59d122cbf5bed45ef365fdb07873d745a Author: Translation commit bot Date: Wed Oct 30 16:50:04 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot --- contents+pt-BR.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/co

[tor-commits] [tpo/master] Update lego

2019-10-30 Thread hiro
commit 851a292520feaffdee62ae984359a2d3f01bc88b Author: hiro Date: Wed Oct 30 17:20:34 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index c147645..8a4ddc7 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit c1476450

[tor-commits] [lego/master] Update template for banner

2019-10-30 Thread hiro
commit 8a4ddc76122db1b60a2ed2b0217c49b7ad77f3d5 Author: hiro Date: Wed Oct 30 17:20:21 2019 +0100 Update template for banner --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/banner.html b/templates/banner.html index 1e545ab..3d2647c 10

[tor-commits] [lego/master] Update template for banner

2019-10-30 Thread hiro
commit f94fe98fd531c5f003c5f331c9948164c61591f0 Author: hiro Date: Wed Oct 30 17:15:33 2019 +0100 Update template for banner --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/banner.html b/templates/banner.html index c07b574..43d0508 10

[tor-commits] [lego/master] Update template for banner

2019-10-30 Thread hiro
commit 98b847542a389c98c0764ae6c7a92a537a844ec1 Author: hiro Date: Wed Oct 30 17:16:22 2019 +0100 Update template for banner --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/banner.html b/templates/banner.html index 43d0508..1e545ab 10

[tor-commits] [lego/master] Update template for banner

2019-10-30 Thread hiro
commit 957e26c99f2ce47fd69ab28d56f2f0d3a1d0aa5c Author: hiro Date: Wed Oct 30 17:14:25 2019 +0100 Update template for banner --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/banner.html b/templates/banner.html index ab682ad..c07b574 10

[tor-commits] [lego/master] Update template for banner

2019-10-30 Thread hiro
commit e90f020329df5d3016273efe23bea6d8d39ec6c9 Author: hiro Date: Wed Oct 30 17:11:25 2019 +0100 Update template for banner --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/banner.html b/templates/banner.html index 67c0375..ab682ad 10

[tor-commits] [lego/master] Update css and template for banner

2019-10-30 Thread hiro
commit d2fb69f5a236a4a99a16498ba59e74081ac4ef15 Author: hiro Date: Wed Oct 30 17:09:52 2019 +0100 Update css and template for banner --- assets/scss/_eoy.scss | 11 --- templates/banner.html | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/assets/scss/_eoy.sc

[tor-commits] [tpo/master] Update lego

2019-10-30 Thread hiro
commit a01f48e748cf005220e92efab73a4bf14301b42a Author: hiro Date: Wed Oct 30 16:58:14 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 98d314c..c147645 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 98d314ca

[tor-commits] [lego/master] Move class to row

2019-10-30 Thread hiro
commit c1476450e4f545f9808fbe48660d71cb3a803b23 Author: hiro Date: Wed Oct 30 16:58:05 2019 +0100 Move class to row --- templates/banner.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/banner.html b/templates/banner.html index 6d15fac..58bba01 100644

[tor-commits] [tpo/master] Update lego

2019-10-30 Thread hiro
commit 0290a39f92fbd7daef396f10d47391c98bb72a8f Author: hiro Date: Wed Oct 30 16:57:05 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 0b9ae1c..98d314c 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 0b9ae1cd

[tor-commits] [newsletter/master] Add new newsletter and update lego

2019-10-30 Thread hiro
commit ea82fb0194d39eed7aec7c8824c2634a2d46b67a Author: hiro Date: Wed Oct 30 16:50:15 2019 +0100 Add new newsletter and update lego --- .../contents.lr| 202 + .../text/contents.lr | 132 ++

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2019-10-30 Thread translation
commit c6c6eb1678fd470ffd3e5ed8adb4f56e631abc55 Author: Translation commit bot Date: Wed Oct 30 15:15:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/it/LC_MESSAGES/messages.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions

[tor-commits] [tor/master] test: Fix a comment typo in src/test/test_hs_ntor.sh

2019-10-30 Thread teor
commit 183f9e490ff0aa5100567b1c753456904ca58a45 Author: teor Date: Thu Oct 31 00:43:13 2019 +1000 test: Fix a comment typo in src/test/test_hs_ntor.sh --- src/test/test_hs_ntor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_hs_ntor.sh b/src/test/test_h

[tor-commits] [tor/master] test: Fix a loop variable bug in test_parseconf.sh

2019-10-30 Thread teor
commit 861b9366df534145e1316efa0c34a62cc2a036c2 Author: teor Date: Thu Oct 31 00:19:11 2019 +1000 test: Fix a loop variable bug in test_parseconf.sh Obviously correct fixes to already reviewed code. No changes file required: not in any released version of tor. --- src/test/tes

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit 75eb84094ee60e13aca366f857b717d5614b3bde Author: Translation commit bot Date: Wed Oct 30 13:53:20 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+tr.po | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit a3147b47d5cff8e5f3c6b465ba47c805bc142780 Author: Translation commit bot Date: Wed Oct 30 13:23:46 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+tr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contents+t

[tor-commits] [tor/master] Reword command-options in tor.1.txt

2019-10-30 Thread dgoulet
commit 8660a32d18e2583fb3003d9a6d9130df23829729 Author: Taylor Yu Date: Thu Oct 24 16:27:35 2019 -0500 Reword command-options in tor.1.txt Reword the COMMAND-LINE OPTIONS section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277. --- doc/tor.1.txt | 79 ++

[tor-commits] [tor/master] Changes file for ticket 32277

2019-10-30 Thread dgoulet
commit 1e8ddbe1ee1a3b1b99ff40dc1acb748eba29d16e Author: Taylor Yu Date: Thu Oct 24 17:59:28 2019 -0500 Changes file for ticket 32277 --- changes/ticket32277 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/ticket32277 b/changes/ticket32277 new file mode 100644 index 000

[tor-commits] [tor/master] Reword DESCRIPTION in tor.1.txt

2019-10-30 Thread dgoulet
commit 90ba8bae3f3cb026239d13579e54a0e7020ab846 Author: Taylor Yu Date: Thu Oct 24 15:15:31 2019 -0500 Reword DESCRIPTION in tor.1.txt Reword the DESCRIPTION section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277. --- doc/tor.1.txt | 35 +++

[tor-commits] [tor/master] Move command-line conf option description earlier

2019-10-30 Thread dgoulet
commit 4c38fccb9bc0cfc9468b5f37d38830e30aea2739 Author: Taylor Yu Date: Thu Oct 24 14:17:30 2019 -0500 Move command-line conf option description earlier In tor.1.txt, move the paragraphs at the end of the COMMAND-LINE OPTIONS section earlier. This text describes how the user c

[tor-commits] [tor/master] Reformat some options in tor.1.txt

2019-10-30 Thread dgoulet
commit 5e4ae730516712080b3844a1eb632cd4678b9cca Author: Taylor Yu Date: Thu Oct 24 16:41:32 2019 -0500 Reformat some options in tor.1.txt Reformat command line options in tor.1.txt to display as fixed-width in the HTML version. Based on a patch by Swati Thacker. Part of t

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1468'

2019-10-30 Thread dgoulet
commit f579541f13d5e196573a73065860337789a38504 Merge: dce1f63d4 1e8ddbe1e Author: David Goulet Date: Wed Oct 30 08:53:51 2019 -0400 Merge branch 'tor-github/pr/1468' changes/ticket32277 | 5 ++ doc/tor.1.txt | 214 +--- 2 files chan

[tor-commits] [metrics-cloud/master] onionoo: don't need sudo password on aws

2019-10-30 Thread irl
commit 466ecf03ee3a459d2310f5baba68498b9d2cdff1 Author: Iain R. Learmonth Date: Wed Oct 30 12:38:40 2019 + onionoo: don't need sudo password on aws --- ansible/onionoo-backends-aws.yml | 7 --- 1 file changed, 7 deletions(-) diff --git a/ansible/onionoo-backends-aws.yml b/ansible/

[tor-commits] [metrics-cloud/master] onionoo: only use pass if you're irl

2019-10-30 Thread irl
commit a9fb3d1201c6ad15cef713a1d72075dd67d4f594 Author: Iain R. Learmonth Date: Wed Oct 30 12:37:31 2019 + onionoo: only use pass if you're irl --- ansible/onionoo-backends.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/onionoo-backends.yml b/ansible/onionoo-backends

[tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] fixup! Pick up latest Torbutton code

2019-10-30 Thread gk
commit 18e5f036338520c7f8ec7d2decf9007f10caaf78 Author: Georg Koppen Date: Wed Oct 30 10:34:34 2019 + fixup! Pick up latest Torbutton code --- toolkit/torproject/torbutton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/torproject/torbutton b/toolkit/torproj

[tor-commits] [torbutton/master] Bug 30783: End of year 2019 Fundraising campaign

2019-10-30 Thread gk
commit 5e80a7f316bea85e6c01af96fea05ba57a367f06 Author: Alex Catarineu Date: Thu Oct 24 21:19:48 2019 +0200 Bug 30783: End of year 2019 Fundraising campaign --- LICENSE | 115 chrome/content/aboutTor/aboutTor-content.js | 7

[tor-commits] [torbutton/master] Translations update

2019-10-30 Thread gk
commit c0438bdcd48215fb73425f448ee1e5e9f5e4dbe3 Author: Georg Koppen Date: Wed Oct 30 10:31:58 2019 + Translations update --- chrome/locale/ar/aboutTor.dtd| 5 ++ chrome/locale/bn-BD/aboutTor.dtd | 5 ++ chrome/locale/ca/aboutTor.dtd

[tor-commits] [translation/torcheck] https://gitweb.torproject.org/translation.git/commit/?h=torcheck

2019-10-30 Thread translation
commit 1f712a627d67a8491880fc2e8c6c4f964a9079a6 Author: Translation commit bot Date: Wed Oct 30 09:52:18 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torcheck --- nl/torcheck.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nl/torcheck.po b

[tor-commits] [translation/torbutton-abouttbupdatedtd] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd

2019-10-30 Thread translation
commit edf90706a95f3a8cc9aa2b13fbc735207927015e Author: Translation commit bot Date: Wed Oct 30 09:51:46 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd --- nl/abouttbupdate.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/liveusb-creator] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator

2019-10-30 Thread translation
commit 5a09bcfa86d23b9f74e2f1423d36aea083d5dd2e Author: Translation commit bot Date: Wed Oct 30 09:46:15 2019 + https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator --- nl/nl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nl/nl.po b/nl/n

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2019-10-30 Thread translation
commit a89e5a736f2780046fa985f32427dd3a50ea7170 Author: Translation commit bot Date: Wed Oct 30 09:45:43 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/nl/LC_MESSAGES/messages.po | 17 - 1 file changed, 8 insertions(+)

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit 48a508018266a5849559e9e8152ad6acc4fda52e Author: Translation commit bot Date: Wed Oct 30 09:23:28 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+zh-TW.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents+zh-T

[tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties

2019-10-30 Thread translation
commit 22af61b77569eb376b4910027eeded63ab382fbc Author: Translation commit bot Date: Wed Oct 30 09:21:18 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties --- tr/torbutton.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed

2019-10-30 Thread translation
commit 8beab2e5b4b87a5f3444db4eec9c57cb841d9c10 Author: Translation commit bot Date: Wed Oct 30 09:21:24 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed --- tr/torbutton.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2019-10-30 Thread translation
commit 0d25c8505374ead2a1325d8119d125cdcc154417 Author: Translation commit bot Date: Wed Oct 30 09:15:42 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/zh_TW/LC_MESSAGES/messages.po | 693 +-- 1 file ch

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit 3c8996d541ba9dbcf45a96c3a6e19e07c6ca285e Author: Translation commit bot Date: Wed Oct 30 08:23:25 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+tr.po| 9 +++-- contents+zh-TW.po | 6 +++--- 2 files changed, 10 insertions(+), 5

[tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot

2019-10-30 Thread translation
commit 8626e38a5ca60df4e221d98c34cf0b446ba95f7b Author: Translation commit bot Date: Wed Oct 30 08:20:03 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot --- contents+zh-TW.po | 395 +- 1 file change

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit d0c26d29f9ee80586b6ec522ac96fbc1f4d83e38 Author: Translation commit bot Date: Wed Oct 30 07:53:12 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+tr.po | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/cont

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2019-10-30 Thread translation
commit be619f04dc93e0e297e7cf61a6d1af77cb03601c Author: Translation commit bot Date: Wed Oct 30 07:23:11 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+tr.po | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contents+tr.po b/contents+tr.