From d12005148b98ad5c3f30ab55c56459d75f5392d6 Mon Sep 17 00:00:00 2001 From: sethg Date: Fri, 1 Nov 2024 09:18:05 +0100 Subject: [PATCH] [build_translations] --- en/development/documentation.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/development/documentation.txt b/en/development/documentation.txt index 234ce967747..19c6d6bfde5 100644 --- a/en/development/documentation.txt +++ b/en/development/documentation.txt @@ -29,6 +29,7 @@ website is then automatically updated on each merged pull request. The live website is actually built automatically through a `GitHub workflow `__, triggered by each push to the live branch. See the `build history `__. + The different language documentation sites are rebuilt when a commit message includes ``[build_translations]``. GitHub Notes ------------ @@ -543,7 +544,7 @@ Then push po files to transifex (you can use -l flags to filter the language):: When committing your update, add [build_pdf] or [build_translations] in order to build pdf and/or translation to the webserver. -**Knonw issues:** +**Known issues:** * when downloading po files to local dir, if the file exists it won't be updated. At this moment we should remove all po files before downloading.