dail8859 / NotepadNext

A cross-platform, reimplementation of Notepad++
GNU General Public License v3.0
9.24k stars 554 forks source link

Load additional qt translation files. #522

Closed dail8859 closed 8 months ago

dail8859 commented 8 months ago

Files qt_ru and qtbase_ru must be loaded separately. When you load one of the files, the other will not automatically load. I have already done loading translations in my project. This code has an example of universal language loading, you could use a similar approach. Maybe this will help you.

Originally posted by @dchapyshev in https://github.com/dail8859/NotepadNext/issues/521#issuecomment-1976534326