Skip to content

Commit

Permalink
Merge pull request #2032 from psiinon/ssp/crowdin
Browse files Browse the repository at this point in the history
Correct Crowdin links
  • Loading branch information
thc202 authored Aug 3, 2023
2 parents c0e567e + 5a3afd5 commit 7c0ed57
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helping you “hack the ZAP source code”.

ZAP is an open source tool for finding vulnerabilities in web applications. It is the [most active OWASP
project](https://www.openhub.net/orgs/OWASP) and is very community focused - it probably has more
[contributors](https://www.openhub.net/p/zaproxy/contributors/summary) than any other web application security tool. It is being [continually enhanced](https://www.openhub.net/p/zaproxy/commits/summary) and, unusually for a security tool, has been translated into over [25 languages](https://crowdin.com/project/owasp-zap) thanks to over 70 translators.
[contributors](https://www.openhub.net/p/zaproxy/contributors/summary) than any other web application security tool. It is being [continually enhanced](https://www.openhub.net/p/zaproxy/commits/summary) and, unusually for a security tool, has been translated into over [25 languages](https://crowdin.com/project/zaproxy) thanks to over 70 translators.
This series is designed to help newcomers dive head-first into the ZAP source code. However for this first blog post I thought I’d take a step back and give some reasons why you might want to change the ZAP source code in the first place.

## You help others
Expand Down
4 changes: 2 additions & 2 deletions site/content/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ groups:
desc: for all ZAP related projects

- name: 'Crowdin (GUI)'
link: https://crowdin.com/project/owasp-zap
link: https://crowdin.com/project/zaproxy
desc: help translate the ZAP GUI

- name: 'Crowdin (Desktop User Guide)'
link: https://crowdin.com/project/owasp-zap-help
link: https://crowdin.com/project/zap-help
desc: help translate the ZAP Desktop User Guide

- name: 'Student Hall of Fame'
Expand Down
6 changes: 3 additions & 3 deletions site/content/docs/contribute/translate.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We believe that security tools should be available to everyone, which is why ZAP

### ZAP Desktop

You can help translate the ZAP Desktop via the [Crowdin: zaproxy](https://crowdin.com/project/owasp-zap) project.
You can help translate the ZAP Desktop via the [Crowdin: zaproxy](https://crowdin.com/project/zaproxy) project.

You can signup to Crowdin for free, and if you'd like to translate ZAP to a language not on the list then let us know and we'll add it in.

Expand All @@ -25,11 +25,11 @@ The Live and Weekly ZAP releases will automatically pick up the latest translati

### ZAP Desktop User Guide

You can help translate the ZAP [Desktop User Guide](/docs/desktop/) via the [Crowdin: zaproxy](https://crowdin.com/project/owasp-zap-help) project.
You can help translate the ZAP [Desktop User Guide](/docs/desktop/) via the [Crowdin: zaproxy](https://crowdin.com/project/zap-help) project.

Translating the Desktop User Guide is significantly more work than translating the ZAP Desktop so we now tend to only add the option
to translate to new languages once the ZAP Desktop has been mostly translated into the relevant language.

The User Guide translations are released as their own separate add-ons - search for 'help' on the [ZAP Marketplace](/addons/).

We typically only create a new help translation add-on once the translations have reached 5% on Crowdin - if you've translated more than 5% and we have not yet released a help add-on for that language then let us know!
We typically only create a new help translation add-on once the translations have reached 5% on Crowdin - if you've translated more than 5% and we have not yet released a help add-on for that language then let us know!
2 changes: 1 addition & 1 deletion site/content/docs/desktop/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ People who have made contributions to ZAP over the years, in alphabetical order:

## ZAP Localization

ZAP localization is organized via <https://crowdin.com/project/owasp-zap>
ZAP localization is organized via <https://crowdin.com/project/zaproxy>

| | | |
|---|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/desktop/releases/2.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The API has been extended to support even more of the ZAP functionality.

### Internationalized help file

The help file has been internationalized and is in the process of being translated into many other languages via <https://crowdin.com/project/owasp-zap-help>. If you use ZAP in one of the many languages we support, then the help files will include all of the available translations for that language while defaulting back to English for phrases that have not yet been translated.
The help file has been internationalized and is in the process of being translated into many other languages via <https://crowdin.com/project/zap-help>. If you use ZAP in one of the many languages we support, then the help files will include all of the available translations for that language while defaulting back to English for phrases that have not yet been translated.
Languages with a significant amount of translated help pages include:

* Bosnian
Expand All @@ -72,7 +72,7 @@ Most of the UI lists have also been converted to tables, which allow you to chan
### More functionality moved to add-ons

More of the core functionality has been moved into add-ons which allows us to deliver updates dynamically via the ZAP Marketplace rather than requiring new full releases.
This includes the language packs, so translations made to the ZAP UI via https://crowdin.com/project/owasp-zap can be downloaded within ZAP or even automatically installed.
This includes the language packs, so translations made to the ZAP UI via https://crowdin.com/project/zaproxy can be downloaded within ZAP or even automatically installed.

### New and improved active and passive scanning rules

Expand Down
2 changes: 1 addition & 1 deletion site/data/addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
description: Translations of the core language files
author: ZAP Dev Team
status: release
infoUrl: https://crowdin.com/project/owasp-zap
infoUrl: https://crowdin.com/project/zaproxy
repoUrl: https://github.com/zaproxy/zap-extensions/
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/coreLang-v15/coreLang-release-15.zap
date: 2022-02-14
Expand Down

0 comments on commit 7c0ed57

Please sign in to comment.