From 48dcf7d58d6560d7a675f7ca1085c9fdf7d28a9c Mon Sep 17 00:00:00 2001
From: Stan Ulbrych <stanulbrych@gmail.com>
Date: Fri, 7 Mar 2025 19:26:41 +0000
Subject: [PATCH] Add section on improving methods of finding new translators

---
 peps/pep-0545.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/peps/pep-0545.rst b/peps/pep-0545.rst
index 5bdd87e683c..dd34ee2a5f4 100644
--- a/peps/pep-0545.rst
+++ b/peps/pep-0545.rst
@@ -474,6 +474,16 @@ differentiated.  (Fuzzy paragraphs have to warn the reader what he's
 reading may be out of date.)
 
 
+Improve Methods of Finding Translators
+--------------------------------------
+
+Finding new translators is difficult. For this reason the devguide's
+`*help-documenting* page <https://devguide.python.org/documentation/help-documenting/>`_
+will have a section on Translating. On https://docs.python.org when on a translation
+(/lang) the footer will include the link: "Help Translating" that will link to
+the translations contributing guide.
+
+
 New Translation Procedure
 =========================