Add script to extract emails.

Also, remove email for Zoran Filipovic, since it is dead.
This commit is contained in:
Richard Kimberly Heck 2019-05-05 14:10:49 -04:00
parent bf4390cf06
commit 1bce20fca6
2 changed files with 8 additions and 1 deletions

7
po/extract_email.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Extracts a sorted list of last translators from the po files
grep -h "Last-Translator" *.po | \
perl -pe 's/"Last-Translator: .*<([^>]+)>\\n"/\1/' | \
grep -v Last-Translator | \
sort

View File

@ -7,7 +7,7 @@ msgstr ""
"Report-Msgid-Bugs-To: lyx-devel@lists.lyx.org\n"
"POT-Creation-Date: 2018-02-22 15:39+0100\n"
"PO-Revision-Date: 2011-06-21 20:54+0100\n"
"Last-Translator: Zoran T. Filipović (inactive) <zoran.filipovic@yahoo.com>\n"
"Last-Translator: Zoran T. Filipović (inactive)\n"
"Language-Team: LyX team <lyx-docs@lists.lyx.org>\n"
"Language: sr\n"
"MIME-Version: 1.0\n"