]> git.lyx.org Git - features.git/commitdiff
Add script to extract emails.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 5 May 2019 18:10:49 +0000 (14:10 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 5 May 2019 18:10:49 +0000 (14:10 -0400)
Also, remove email for Zoran Filipovic, since it is dead.

po/extract_email.sh [new file with mode: 0644]
po/sr.po

diff --git a/po/extract_email.sh b/po/extract_email.sh
new file mode 100644 (file)
index 0000000..4333f5b
--- /dev/null
@@ -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
index 24f9215b23049a7f8d5bbbefc03097495b6347b2..03437dfe2a1ab9df14cd16fdfe369e7c5c260626 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -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"