Author: danielsh
Date: Fri Feb  9 15:21:51 2018
New Revision: 1823667

URL: http://svn.apache.org/viewvc?rev=1823667&view=rev
Log:
* docs/community-guide/releasing.part.html
  (#notify-translators): Provide .0 RM's with the translators' addresses in a
    more useable form.

Patch by: julianfoad

Modified:
    subversion/site/publish/docs/community-guide/releasing.part.html

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1823667&r1=1823666&r2=1823667&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Feb  9 
15:21:51 2018
@@ -709,7 +709,9 @@ voting, are always kept on the main rele
 
 <p>Before the actual release, send an e-mail to the translators to
 request updates of the <tt>.po</tt> files. Take their e-mail addresses
-from the <tt>COMMITTERS</tt> file in trunk.</p>
+from the <tt>COMMITTERS</tt> file in trunk, using a command such as:</p>
+
+<pre>sed -e '/^ *Translat.*:$/,/:$/!d' -e 's/^ *[^ ]* 
*\([^&gt;]*&gt;\).*/\1/;t;d' COMMITTERS</pre>
 
 <p>This should be done after all localised strings have stabilised in
 their final form for the release, but sufficiently in advance of the


Reply via email to