CE-Programming / CEmu

Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
https://ce-programming.github.io/CEmu
Other
1.05k stars 77 forks source link

Missing translation in About page #452

Closed Jerry23011 closed 1 year ago

Jerry23011 commented 1 year ago

Hi, I did find where I should add tr(, but how can I sync the change to the .ts file.

截屏2022-12-02 21 31 15 截屏2022-12-02 21 28 21
adriweb commented 1 year ago

You'll have to run the qt lupdate command on the .pro file (as parameter), which will update the .ts files. Then with Qt Linguist, add the translation, then save/release the file to get the .qm binary. Then PR all this.

If you don't manage to do that, let me know what the translation would be

Jerry23011 commented 1 year ago

Do you think this is right? I think it's messing up the .ts file. LOL I just used the command lupdate mainwindow.cpp -ts zh-CN.ts

截屏2022-12-02 22 16 49
adriweb commented 1 year ago

no no, lupdate CEmu.pro, it will find and update all the files on its own.

Jerry23011 commented 1 year ago

I think it will work this time, and thanks a lot for your patience. Forgive my ignorance of not being a professional developer; it's such a pleasant experience to learn all these :)