diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /create-authors-file.sh | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'create-authors-file.sh')
-rwxr-xr-x | create-authors-file.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/create-authors-file.sh b/create-authors-file.sh index f00286e3..2bdcc6e3 100755 --- a/create-authors-file.sh +++ b/create-authors-file.sh @@ -54,6 +54,7 @@ for language in "${language_list[@]}"; do echo -e "\n\n## ${lang_name}:\n" >> AUTHORS.md # Extract all translators from the copyright headers for the given language + # FIXME This misses the files in archive/* files=$(find po/${lang_code}/man? -name "*po" | sort) # files="$files $(find po/secondary-*/man? -name "*po" | sort)" for translation in $files; do |