summaryrefslogtreecommitdiffstats
path: root/create-authors-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create-authors-file.sh')
-rwxr-xr-xcreate-authors-file.sh1
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