1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00

tools/translate.sh: Fix a typo and trim whitespace

This commit is contained in:
Mateusz Piotrowski
2021-09-19 23:02:17 +02:00
parent f9539add8d
commit 49091873f4
+2 -2
View File
@@ -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