git: 49091873f4 - main - tools/translate.sh: Fix a typo and trim whitespace
Mateusz Piotrowski
0mp at FreeBSD.org
Sun Sep 19 21:25:44 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=49091873f44b3b5ccf7b9096ef7fbec0173aa15e
commit 49091873f44b3b5ccf7b9096ef7fbec0173aa15e
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-09-19 21:02:17 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-09-19 21:02:17 +0000
tools/translate.sh: Fix a typo and trim whitespace
---
tools/translate.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/translate.sh b/tools/translate.sh
index 632c370255..c5a4ab895e 100755
--- a/tools/translate.sh
+++ b/tools/translate.sh
@@ -38,7 +38,7 @@ fixup_lists()
#########################################################
# Fix includes. In a few cases we want to include the #
# master (aka English) version of the includes #
-# S1: file to fix #
+# $1: file to fix #
# $2: language #
#########################################################
fixup_includes()
@@ -102,7 +102,7 @@ for pofile in $(find "$COMPONENT/content/$LANGUAGE/" -name "*.po" ); do
--localized "$adoc_lang" \
--localized-charset "UTF-8" \
--keep "$KEEP"
-
+
fixup_lists "${adoc_lang}"
fixup_includes "${adoc_lang}" "${LANGUAGE}"
done
More information about the dev-commits-doc-all
mailing list