Page 1 of 1

Typos in russian translation

Posted: Wed Apr 10, 2024 10:37 am
by korn3r
Hi.
Just installed your app on linux and it seems pretty nice (as nice as QT5 app can look on GTK-based distro...), but there are couple issues with translation:
1) (Minor) Not everything translated in menus.
2) There are couple silly typos for russian language. On same word, but in different places:
The very first (Main) window on button number 4 (Join network game) and inside Internet game lobby on "Join game" button. Both have "Присоединится" instead of "Присоединиться" (one letter skipped and thus in russian your button says something like "(someone) Will Join" instead of just Join).

First i decided to go to github to maybe help fix that one, but turns out it has been already fixed on github last year.
I suppose translation to Russian might not be the top priority issue given world situation, but it really looks silly. And fix is already there on github for at least 4 months (it says "Russian translation improvements" near TS folder and marks change as Last Year)

Also russian translation still has same typo in another place (not sure where i can find it in app itself, but ts file has it on line 2324)

Code: Select all

    <message>
        <source>Join &amp;any game</source>
        <translation type="vanished">Присоединится к &amp;любой игре</translation>
    </message>
Should be "Присоединиться" too

Re: Typos in russian translation

Posted: Fri Jun 28, 2024 12:35 pm
by sp0ck
Hi korn3r,

thank you for info.

I will merge new pull requests on github soon.

Releasing a new client for linux and windows might take way longer, as we did not plan to do more QT based releases. Mac OS and Android is also no more option so far, because it's too much time intensive just to build the binaries - if then I'd prefer to continue on our HTML5 client project which also stalled a while.

Kind regards,
sp0ck

Re: Typos in russian translation

Posted: Fri Jun 28, 2024 4:35 pm
by sp0ck
... I checked pull requests and last commits: I found the previous pull request and the russian language fix is already inside stable branch.

Try to build your own client with these changes - as I mentioned: there will propably be no future qt-binary releases. I can imagine something like a flatpak release in between - Mailaender already worked on it:

https://github.com/pokerth/pokerth/comm ... 33412d61fd

... I did not yet test it though.