Hi, The newly added option "-v" doesn't really work for gettest translation. Here is a quick dirty patch: (need to fix on POs)
--- powertop.c.org 2008-12-10 22:01:55.000000000 +0100
+++ powertop.c 2008-12-11 01:14:54.000000000 +0100
@@ -771,7 +771,7 @@
void version()
{
- printf(_("powertop version " VERSION "\n"));
+ printf(_("powertop version %s\n"), VERSION);
exit(0);
}
Also, please find updated Chinese translation for SVN r305 in the
attachment. Thanks.
On Mon, Dec 1, 2008 at 11:34 PM, Kok, Auke <[EMAIL PROTECTED]> wrote:
>
> All,
>
> I'm planning on doing a quick powertop release within the next 2 weeks, since
> I've
> gotten a reasonable number of updates recently. If you have submitted a patch
> or
> translation before, or if you just have the time to do a quick checkout and
> test,
> please take the time now to give the current SVN trunk a run. [1]
>
> summary of changes since 1.10:
> * Fix compilation with PIC
> * polling hint now refers to /dev/cdrom instead of /dev/scd0
> * fix calculations for systems that vary in power draw proc info
> * Display mwait usage
> * fix EOF at input
> * add --version|-v option
>
>
> Cheers,
>
> Auke
>
>
>
> [1] svn co http://powertop.googlecode.com/svn/trunk
>
> _______________________________________________
> Power mailing list
> [email protected]
> http://www.bughost.org/mailman/listinfo/power
>
--
Best regards,
Yuan Chao
zh.po.gz
Description: GNU Zip compressed data
_______________________________________________ Power mailing list [email protected] http://www.bughost.org/mailman/listinfo/power
