diff --git a/docs/overview/architecture-overview.md b/docs/overview/architecture-overview.md index 1a1b8a84d0..66f467390f 100644 --- a/docs/overview/architecture-overview.md +++ b/docs/overview/architecture-overview.md @@ -29,7 +29,7 @@ adapter](https://github.com/zulip/hubot-zulip); integrations with [Trello](https://github.com/zulip/trello-to-zulip); and [many more](https://github.com/zulip/). -We use [Transifex](https://www.transifex.com/zulip/zulip/) to do +We use [Transifex](https://explore.transifex.com/zulip/zulip/) to do translations. In this overview, we'll mainly discuss the core Zulip server and web diff --git a/docs/subsystems/release-checklist.md b/docs/subsystems/release-checklist.md index 2f848a7525..827a1840ba 100644 --- a/docs/subsystems/release-checklist.md +++ b/docs/subsystems/release-checklist.md @@ -15,7 +15,7 @@ preparing a new release. - [Upload strings to Transifex](../translating/internationalization.md#translation-process) using `push-translations`. Post a Transifex - [Announcement](https://www.transifex.com/zulip/zulip/announcements/) + [announcement](https://app.transifex.com/zulip/communication/?q=project%3Azulip) notifying translators that we're approaching a release. - Merge draft updates to the [changelog](../overview/changelog.md) with changes since the last release. While doing so, take notes on diff --git a/docs/translating/internationalization.md b/docs/translating/internationalization.md index f306a59e08..54e5211f55 100644 --- a/docs/translating/internationalization.md +++ b/docs/translating/internationalization.md @@ -338,7 +338,7 @@ organizations from the command line. [formatjs]: https://formatjs.io/ [icu messageformat]: https://formatjs.io/docs/intl-messageformat [helpers]: https://handlebarsjs.com/guide/block-helpers.html -[transifex]: https://transifex.com -[transifex-api-token]: https://www.transifex.com/user/settings/api/ +[transifex]: https://www.transifex.com +[transifex-api-token]: https://app.transifex.com/user/settings/api/ [transifexrc]: https://docs.transifex.com/client/client-configuration#transifexrc [html-templates]: ../subsystems/html-css.md#html-templates diff --git a/docs/translating/translating.md b/docs/translating/translating.md index a9c4fddb09..c6ec806ad2 100644 --- a/docs/translating/translating.md +++ b/docs/translating/translating.md @@ -26,7 +26,7 @@ Zulip: progress, reporting problematic strings, etc. 1. Sign up for [Transifex](https://www.transifex.com) and ask to join the [Zulip - project on Transifex](https://www.transifex.com/zulip/zulip/), requesting access + project on Transifex](https://explore.transifex.com/zulip/zulip/), requesting access to any languages that you'd like to contribute to (or add new ones). :::{note} diff --git a/help/include/translation-project-info.md b/help/include/translation-project-info.md index fb5b6949f8..edde9367ae 100644 --- a/help/include/translation-project-info.md +++ b/help/include/translation-project-info.md @@ -5,5 +5,5 @@ You can see which languages Zulip supports [on Transifex][transifex-zulip]. If you'd like to help by contributing as a translator, see the [Zulip translation guidelines][translating-zulip] to get started. -[transifex-zulip]: https://www.transifex.com/zulip/zulip/ +[transifex-zulip]: https://explore.transifex.com/zulip/zulip/ [translating-zulip]: https://zulip.readthedocs.io/en/stable/translating/translating.html diff --git a/templates/corporate/for/business.html b/templates/corporate/for/business.html index 6be2e577c2..74d83f2ee0 100644 --- a/templates/corporate/for/business.html +++ b/templates/corporate/for/business.html @@ -508,7 +508,7 @@ when you need their attention. -
  • Use Zulip in your language of choice, with translations into 23 languages.
  • +
  • Use Zulip in your language of choice, with translations into 23 languages.
  • New version of Zulip ! https://t.co/6AjXkUSzLd

    Zulip is the only nice project chat I ever used. Discord, slack, etc wasted my productivity for years, zulip actually increases it.

    — Bite Cꙮde (@bitecode_dev) May 14, 2021
    diff --git a/templates/corporate/for/education.html b/templates/corporate/for/education.html index aaadabb607..f192344bf2 100644 --- a/templates/corporate/for/education.html +++ b/templates/corporate/for/education.html @@ -227,7 +227,7 @@
    Mention users, groups of users or everyone when you need their attention.
  • -
    Use Zulip in your language of choice, with translations into 23 languages.
    +
    Use Zulip in your language of choice, with translations into 23 languages.
  • Zulip works reliably for organizations with thousands of users online at once.
    diff --git a/templates/corporate/for/events.html b/templates/corporate/for/events.html index 61bec7ac7d..90fdc1d980 100644 --- a/templates/corporate/for/events.html +++ b/templates/corporate/for/events.html @@ -131,7 +131,7 @@
    Make a video call with the click of a button.
  • -
    Use Zulip in your language of choice, with translations into 23 languages.
    +
    Use Zulip in your language of choice, with translations into 23 languages.
  • diff --git a/templates/corporate/for/open-source.html b/templates/corporate/for/open-source.html index 38c2c2320c..94273295ef 100644 --- a/templates/corporate/for/open-source.html +++ b/templates/corporate/for/open-source.html @@ -598,7 +598,7 @@
  • Use Zulip in your language of choice, with translations into - 23 languages. + 23 languages.
  • diff --git a/templates/corporate/for/research.html b/templates/corporate/for/research.html index 74753db875..92bf641e5d 100644 --- a/templates/corporate/for/research.html +++ b/templates/corporate/for/research.html @@ -343,7 +343,7 @@ when you need their attention.
  • -
  • Use Zulip in your language of choice, with translations into 23 languages.
  • +
  • Use Zulip in your language of choice, with translations into 23 languages.
  • diff --git a/tools/documentation_crawler/documentation_crawler/spiders/common/spiders.py b/tools/documentation_crawler/documentation_crawler/spiders/common/spiders.py index f1de36f046..40834256da 100644 --- a/tools/documentation_crawler/documentation_crawler/spiders/common/spiders.py +++ b/tools/documentation_crawler/documentation_crawler/spiders/common/spiders.py @@ -29,7 +29,6 @@ EXCLUDED_URLS = [ # Returns 404 to HEAD requests unconditionally "https://www.git-tower.com/blog/command-line-cheat-sheet/", "https://marketplace.visualstudio.com/items?itemName=rafaelmaiolla.remote-vscode", - "https://www.transifex.com/zulip/zulip/announcements/", "https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh", # Requires authentication "https://www.linkedin.com/company/zulip-project",