diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-11 15:44:51 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-13 12:30:51 +0200 |
commit | c448b50186168a9f4c942fc0322809f483ba501e (patch) | |
tree | 2cb4f28e0b4476fc483d9df75f0df7067ef2e578 /helpers | |
parent | 08701b966e260d51fad99b4edbf08d63bd1cc4c5 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I1c2e7d4fe447a850a56ccec2879b7e06c1fba3d4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96152
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/find-invalid-help-embeds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/find-invalid-help-embeds.sh b/helpers/find-invalid-help-embeds.sh index 5c70fd5124..bdb849910f 100755 --- a/helpers/find-invalid-help-embeds.sh +++ b/helpers/find-invalid-help-embeds.sh @@ -11,7 +11,7 @@ # No parameters are used. # Example output of this git grep: -# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#farbe"/> +# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#color"/> lines=$(git grep "embed href=" source/); while read nextline ; do |