commit 1bce20fca63909278b592fcff839cd7246f22509
Author: Richard Kimberly Heck <[email protected]>
Date: Sun May 5 14:10:49 2019 -0400
Add script to extract emails.
Also, remove email for Zoran Filipovic, since it is dead.
---
po/extract_email.sh | 7 +++++++
po/sr.po | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/po/extract_email.sh b/po/extract_email.sh
new file mode 100644
index 0000000..4333f5b
--- /dev/null
+++ b/po/extract_email.sh
@@ -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
diff --git a/po/sr.po b/po/sr.po
index 24f9215..03437df 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\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) <[email protected]>\n"
+"Last-Translator: Zoran T. Filipović (inactive)\n"
"Language-Team: LyX team <[email protected]>\n"
"Language: sr\n"
"MIME-Version: 1.0\n"