Skip to content

Commit 69991b9

Browse files
committed
Fix: update gettext scan script to avoid obsolete translations (sphinx only)
(cherry picked from commit 976cb88)
1 parent 43989a6 commit 69991b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gettext_scan.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ call %FUNC% GetVersion CDL_VERSION
1010
set BUILDDIR=%SCRIPTPATH%\..\build\gettext
1111
cd %SCRIPTPATH%\..\doc
1212
sphinx-build . %BUILDDIR% -b gettext
13-
sphinx-intl update -p %BUILDDIR% -l fr
13+
sphinx-intl update -p %BUILDDIR% -l fr --no-obsolete -w 0
1414
call %~dp0gettext rescan

0 commit comments

Comments
 (0)