Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 21:25:44 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 49091873f4 - main - tools/translate.sh: Fix a typo and trim whitespace
Message-ID:  <202109192125.18JLPiam081381@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=49091873f44b3b5ccf7b9096ef7fbec0173aa15e

commit 49091873f44b3b5ccf7b9096ef7fbec0173aa15e
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-09-19 21:02:17 +0000
Commit:     Mateusz Piotrowski <0mp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109192125.18JLPiam081381>