This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 24e259f580ee882ca592b9d558494091bb2cd2b3 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 4 11:16:18 2024 +0100 Link to Tomcat site for translation editing instructions --- java/org/apache/tomcat/buildutil/translate/Utils.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/java/org/apache/tomcat/buildutil/translate/Utils.java b/java/org/apache/tomcat/buildutil/translate/Utils.java index 24be38e937..e29ddbf7df 100644 --- a/java/org/apache/tomcat/buildutil/translate/Utils.java +++ b/java/org/apache/tomcat/buildutil/translate/Utils.java @@ -205,11 +205,9 @@ public class Utils { static void insertEditInstructions(Writer w) throws IOException { w.write(System.lineSeparator()); - w.write("# Do not edit this file directly. Translations are managed via poeditor."); + w.write("# Do not edit this file directly."); w.write(System.lineSeparator()); - w.write("# Join to edit translations: https://poeditor.com/join/project/NUTIjDWzrl";); - w.write(System.lineSeparator()); - w.write("# View the translations : https://poeditor.com/projects/view?id=221603";); + w.write("# To edit transaltions see: https://tomcat.apache.org/getinvolved.html#Translations";); w.write(System.lineSeparator()); } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org