justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
863 stars 144 forks source link

Added Spanish language to language selector #667

Closed adrianlopezgalera closed 1 year ago

adrianlopezgalera commented 1 year ago

Hi again,

Although the translation is done, it is not yet visible. I think it will not appear in the "language select combo box" if it is not indicated in this file. I'm not a programmer yet (I'm learning), but my logic tells me that this file will look for the compiled version of the translation. Such compiled version should be created automatically during build, right?

I don't know if the program code has any way to detect the default language of the user's system.

Regards.

adrianlopezgalera commented 1 year ago

Oops, it's wrong. I know where it fails, I think it can be fixed by also modifying the "tsmuxerwindow.cpp" file and others.

jcdr428 commented 1 year ago

@Julvenzor you can try your own changes by creating your fork, and modifying the related script for the creation of both tsMuxer and tsMuxerGUI exe.