talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit dbc705e307faa0109d2faca8e0cfe20087c797fd
parent da8dc0f379ca3c002a9e7222f244058667e2ae05
Author: Paul <paul@claws-mail.org>
Date:   Tue, 22 Dec 2015 11:09:41 +0000

comment out the paragraphs which no longer apply

Diffstat:
Mtools/claws.i18n.status.pl | 26+++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/tools/claws.i18n.status.pl b/tools/claws.i18n.status.pl @@ -238,19 +238,19 @@ print "</table>\n"; # end # print "<br>Number of languages supported: $alang <br>"; -print qq ~<p> - Languages marked with <font size="+1" color="red"> *</font> - really need your help to be completed. - <p> - The ones with grey bars are <i>probably unmaintained</i> because - translation is more than $transoldmonths months old, anyway, trying - to contact current translator first is usually a good idea before - submitting an updated one.<p><b>NOTE</b>: if you are the translator - of one of them and don't want to see your language bar in grey you - should manually update the <tt>PO-Revision-Date</tt> field in the .po - file header (or, alternatively, use a tool which does it for you). - <br> - </div> +# print qq ~<p> +# Languages marked with <font size="+1" color="red"> *</font> +# really need your help to be completed. +# <p> +# The ones with grey bars are <i>probably unmaintained</i> because +# translation is more than $transoldmonths months old, anyway, trying +# to contact current translator first is usually a good idea before +# submitting an updated one.<p><b>NOTE</b>: if you are the translator +# of one of them and don't want to see your language bar in grey you +# should manually update the <tt>PO-Revision-Date</tt> field in the .po +# file header (or, alternatively, use a tool which does it for you). +# <br> +print qq ~</div> </div>~; # print `cat $pagetail`;