Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] QtShark Translation

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 12 Apr 2012 20:50:41 +0200
Hi,

Do we really want to allow for a translation of the program name?

r41389:main_welcome.cpp:

QString banner = QString(tr("Wireshark"));


Thanks,
Jaap

On 03/04/2012 08:21 PM, Alexis La Goutte wrote:
Hi,

I realized a patch to add the i10n version of QtShark. The goal is only to
translate the Gui (not dissector)
Actually, there is only a french translations !

To test, launch qtshark with LANG=fr ./qtshark (in ui/qt folder)

For make your own translation! it is easy !

  * Add your translation (wireshark_XX.ts) in QtShark.pro
  * Launch lupdate QtShark.pro to generate/update your translation file
  * Translate with Qt Linguist
  * Launch lrelease QtShark.pro to create/update wireshark_xx.qm file


More information about Qt Translation is available in
http://qt-project.org/doc/qt-4.8/linguist-manual.html

It missing some feature :
* Add preference to select(force) your language
* Support of Cmake
* Some text it is no available for translation...

Regards,