From 1bce20fca63909278b592fcff839cd7246f22509 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sun, 5 May 2019 14:10:49 -0400 Subject: [PATCH] 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 deletion(-) create mode 100644 po/extract_email.sh diff --git a/po/extract_email.sh b/po/extract_email.sh new file mode 100644 index 0000000000..4333f5b801 --- /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 24f9215b23..03437dfe2a 100644 --- 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) \n" +"Last-Translator: Zoran T. Filipović (inactive)\n" "Language-Team: LyX team \n" "Language: sr\n" "MIME-Version: 1.0\n" -- 2.39.5