You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/development/documentation.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ website is then automatically updated on each merged pull request.
29
29
30
30
The live website is actually built automatically through a `GitHub workflow <https://github.com/MapServer/MapServer-documentation/blob/main/.github/workflows/build.yml>`__,
31
31
triggered by each push to the live branch. See the `build history <https://github.com/MapServer/MapServer-documentation/actions/workflows/build.yml>`__.
32
+
The different language documentation sites are rebuilt when a commit message includes ``[build_translations]``.
32
33
33
34
GitHub Notes
34
35
------------
@@ -543,7 +544,7 @@ Then push po files to transifex (you can use -l flags to filter the language)::
543
544
When committing your update, add [build_pdf] or [build_translations] in order to
544
545
build pdf and/or translation to the webserver.
545
546
546
-
**Knonw issues:**
547
+
**Known issues:**
547
548
548
549
* when downloading po files to local dir, if the file exists it won't be
549
550
updated. At this moment we should remove all po files before downloading.
0 commit comments