bkerler / mtkclient

MTK reverse engineering and flash tool
GNU General Public License v3.0
2.73k stars 529 forks source link

FR language translation fixes. #1250

Open bignaux opened 1 month ago

bignaux commented 1 month ago

The problem I have with correcting the documentation is that a translator shouldn't have to update via pyside6-lrelease. I think a pre-commit hook system should be set up so that changes to .ts files are made at the same time as changes to ui and python files. If you're interested, I can try to set up such a system at https://github.com/ukaea/pyuic-pre-commit .

bkerler commented 1 month ago

In fact, it is sufficient to just do the .ts changes, as I will compile the .qm files.

bkerler commented 1 month ago

For longterm, it might be nice to have a gh action to compile that, but I don't expect translations to change frequently