[X2go-Dev] [PATCH] Traditional Chinese(zh_TW) translation for x2goclient
Reinhard Tartler
siretart at tauware.de
Fri Dec 30 21:21:01 CET 2011
On Fr, Dez 30, 2011 at 13:56:31 (CET), Mike Gabriel wrote:
> Hi Morty,
>
> On Fr 30 Dez 2011 12:38:30 CET Moritz Strübe wrote:
>
>> Am 30.12.2011 12:05, Mike Gabriel schrieb:
>>> The patch tarball has arrived in a broken state here. Could you resend
>>> your file and check the tarball integrity before sending?
>>
>> Looks ok to me (I could open the .patch).
>
> weird... Could you evaluate the patch then?
This is the patch.
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 81dce94..0295cae 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -438,7 +438,7 @@ void ONMainWindow::installTranslator()
QTranslator* x2goclientTranslator=new QTranslator();
QString filename=QString ( ":/x2goclient_%1" ).arg (
QLocale::system().name() );
- filename=filename.toLower();
+ //filename=filename.toLower();
if ( !x2goclientTranslator->load ( filename ) )
{
qDebug ( "Can't load translator (%s) !\n",
I think Alex needs to comment on that.
Cheers,
Reinhard
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
More information about the x2go-dev
mailing list