From 94c76c8af45a906445e8658d7805e1ecbae57c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9tin?= Date: Thu, 8 Aug 2024 13:58:22 +0200 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20=E2=80=93=20Link=20to=20Tr?= =?UTF-8?q?anslating=20Instructions=20(#3965)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Point to https://www.w3.org/WAI/about/translating/wcag/ to avoid redundant/slightly different instructions for translating WCAG. --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 24691cedba..6bee8669d4 100644 --- a/README.md +++ b/README.md @@ -202,13 +202,4 @@ To create a working example: ## Translations -WCAG 2.2 is ready for translation. To translate WCAG 2.2, ensure you are set up to use [GitHub](https://github.com/), then: - -* [Fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo) the w3c/wcag repository. -* Change to the [branch](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-branches) "WCAG-2.2". -* Create a new branch from this branch. -* Translate all user-oriented content in the "guidelines" folder, including the sub-folders. User-oriented content includes text in elements, and attributes such as "title" and "alt" that provide content to users. **Leave other markup as is.** -* Load the index.html document in a modern browser and allow the script to compile the content and format it. -* Activate the "Respec" link in the top right corner, and choose "Export...", then the "HTML" option. -* Edit the resulting file to translate text that was inserted by the script. -* Edit the file to meet the requirements of the [W3C Authorized Translations](https://www.w3.org/2005/02/TranslationPolicy) process. +WCAG 2.2 is ready for translation. To translate WCAG 2.2, follow instructions at [How to Translate WCAG 2](https://www.w3.org/WAI/about/translating/wcag/).