From 818b4bc1759b496bbf5f201b773a58cfce3bb73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Colomb?= Date: Wed, 11 Jan 2023 11:52:47 +0100 Subject: [PATCH 1/2] Remove Transifex mention. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Colomb --- dev/intro.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev/intro.rst b/dev/intro.rst index 65f40387c..c20d5f348 100644 --- a/dev/intro.rst +++ b/dev/intro.rst @@ -147,11 +147,8 @@ script/ genassets/ Generates asset files that are compiled into ``syncthing`` as part of the build process (build utility). - transifexdl/ - Downloads translations from Transifex (build utility). - translate/ - Generates translation source for Transifex based on the HTML source (build utility). + Generates translation source based on the HTML source (build utility). test/ The integration test suite. From bee6419aec14a80491be9acf5ece754e35d75dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Colomb?= Date: Mon, 8 Jun 2026 11:20:25 +0200 Subject: [PATCH 2/2] Fix script names .go instead of directory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Colomb --- dev/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/intro.rst b/dev/intro.rst index c20d5f348..6c52ae657 100644 --- a/dev/intro.rst +++ b/dev/intro.rst @@ -144,10 +144,10 @@ man/ script/ Various utility scripts for auto generating stuff and so on. - genassets/ + genassets.go Generates asset files that are compiled into ``syncthing`` as part of the build process (build utility). - translate/ + translate.go Generates translation source based on the HTML source (build utility). test/