From d402baba3959bfacd11d2eb3c0d34a4f47f92a54 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Wed, 22 Jan 2025 09:33:14 -0500 Subject: [PATCH 1/3] Ask for help translating labs Signed-off-by: David A. Wheeler --- docs/labs/README.md | 8 ++++++++ docs/labs/create_checker.md | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/labs/README.md b/docs/labs/README.md index 8154501c..04d3af23 100644 --- a/docs/labs/README.md +++ b/docs/labs/README.md @@ -39,6 +39,14 @@ If you're interested, please contact [David A. Wheeler](mailto:dwheeler@linuxfoundation.org). See below for how to create labs and our lab roadmap. +## Please help us translate labs! + +We'd love to have labs available in various natural languages! +You can take existing labs and translate them. For technical details, see the +[information on lab localization](create_checker#localization). +Let us know if you're doing it! +Please see [how to contribute labs](#please_contribute_labs) for more. + ## How to create and submit labs See [create labs](create_labs) if you want to learn how to create labs. diff --git a/docs/labs/create_checker.md b/docs/labs/create_checker.md index 5daa55d3..c9cc9b6b 100644 --- a/docs/labs/create_checker.md +++ b/docs/labs/create_checker.md @@ -714,7 +714,9 @@ to refer to the corresponding capturing group. If you load `hello.html` you'll automatically run some self-tests on the default preprocessor. -## Internationalization +## Localization + +We'd love to see translations of labs into various natural languages. Currently the expectation is that translated labs will start with existing labs (as HTML) and translate their text. From 1b093ab2bf44138b7408bf459026faf163c1f50e Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Wed, 22 Jan 2025 11:28:15 -0500 Subject: [PATCH 2/3] Remove trailing punctuation from header (markdownlint) Modify the markdown header text to satisfy a linting rule. Signed-off-by: David A. Wheeler --- docs/labs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labs/README.md b/docs/labs/README.md index 04d3af23..aa8ee154 100644 --- a/docs/labs/README.md +++ b/docs/labs/README.md @@ -39,7 +39,7 @@ If you're interested, please contact [David A. Wheeler](mailto:dwheeler@linuxfoundation.org). See below for how to create labs and our lab roadmap. -## Please help us translate labs! +## Please help us translate labs We'd love to have labs available in various natural languages! You can take existing labs and translate them. For technical details, see the From 6c9ddc7cf61af47d0a9203d2b4830e77a00d20c1 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Wed, 22 Jan 2025 11:57:12 -0500 Subject: [PATCH 3/3] Fix internal link Signed-off-by: David A. Wheeler --- docs/labs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labs/README.md b/docs/labs/README.md index aa8ee154..183d374a 100644 --- a/docs/labs/README.md +++ b/docs/labs/README.md @@ -45,7 +45,7 @@ We'd love to have labs available in various natural languages! You can take existing labs and translate them. For technical details, see the [information on lab localization](create_checker#localization). Let us know if you're doing it! -Please see [how to contribute labs](#please_contribute_labs) for more. +Please see [how to contribute labs](#please-contribute-labs) for more. ## How to create and submit labs