Typos in russian translation

Tanslation development issues for PokerTH
Post Reply
korn3r
Posts: 1
Joined: Wed Apr 10, 2024 9:30 am

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
User avatar
sp0ck
Posts: 249
Joined: Mon Mar 15, 2021 12:54 pm
Location: Flensburg
Been thanked: 14 times

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
User avatar
sp0ck
Posts: 249
Joined: Mon Mar 15, 2021 12:54 pm
Location: Flensburg
Been thanked: 14 times

... 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.
Post Reply